Supplementary guide 1: obtaining Firebase project credentials

Firebase project credentails are used within application.config.json . After you complete all steps you should have a text docment with saved:
  • SenderID
  • Server Key
  • apiKey
  • authDomain
  • databaseURL
  • projectId
  • storageBucket
  • messagingSenderId
  • key pair

    To obtain above credentials:

    1. Open Google API Console
    2. Create new project:

      Google Console: create a project
    3. Enter desired Project Name and click "Create"
    4. After Google Developer Console project is created open Firebase Console
    5. Click "Add project"
    6. Under "Project name" drop down select project name created earlier:

      Firebase: create project
    7. Click "Add Firebase" or "Create project". Then click "Continue"
    8. You will land on "Project Overview" page. Click "Web" icon  under "Get started by adding Firebase to your app ".                                                                                                                                                              
    9.  Enter deisred App nickname > click "Next".
    10.  Click "Continue to Console" under "Add Firebase SDK" step
    11.  Click gear wheel icon next to Project Overview>> click "Project Settings"Firebase project settings
    12. Click "Cloud Messaging" tab while being within your project settings. Here you will see you project credentials:
      1. Servery Key ( ex: AAAA********)
      2. SenderID (ex: 135519352256)
    13. Create text document on your PC. Copy/paste your Server Key and Sender ID. You will need those later for applicaion.config.json setup.
    14. Under "Web Configuration" section click "Generate key pair". Copy/paste created key pair into text document on your PC. You will need this later for SkaDate  Mobile Applications plugin's settings.
    15. Click   "General" tab while being within your project settings. Scroll down to "Your apps" section
    16. Under "Firebase SDK" toogle "Config" raido button. Copy following into a text document on your PC ( you will need this later for for applicaion.config.json): 
      1. apiKey
      2. authDomain
      3. databaseURL
      4. projectId
      5. storageBucket
      6. messagingSenderId                                                                                          

     

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Supplementary guide 2: basic re-branding changes (2.0.2)

This is a supplementary guide to main Progressive Web Apps: 2.0.2 (build 11110) compilation...

Progressive Web Apps: 2.0.2 (build 11110) compilation & installation

This is the main guide for compiling and installing SkaDate web applications (version 2.0.2...

Supplementary guide 4: custom re-branding changes (2.0.2) (optional)

This is a supplementary guide to main Progressive Web Apps: 2.0.2 (build10) compilation...

Supplementary guide 3: preparing application.config.json (2.0.2)

This is a supplementary guide to main Progressive Web Apps: 2.0.2 (build 11110) compilation...

Supplementary guide 5: sharing access details with SkaDate team

SkaDate team needs following access details to compile and configure  web apps(PWA) for you:...