How can I get API Key, Auth Domain, Database URL and Storage Bucket from my Firebase account?
For obtaining API Key, Auth Domain, Database URL and Storage Bucket follow below mention steps:
-
Goto Firebase.com
-
Click on Go to console button
-
Create new project if you does not have already otherwise click on that project
-
Provide Project Name, select your Country/region and click on Create Project
-
Select Add Firebase to your Web App
-
From there copy API Key, Auth Domain, Database URL and Storage Bucket(without double quotes) and paste it in your https://tessarl.myapparea.com's Messenger page
Note: If Storage Bucket key doesn’t shows then close this dialog box and repeat Step 5 and 6
-
Click on Database from left menu and click on Get Started
-
Switch to Rules tab
-
Replace code with the following code (same as shown in below image, if its not same already) and click on Publish button Code:
{
"rules": {
".read": "true",
".write": "true"
}
}
-
Click on Storage from left menu then click on Get Started
-
Click on Got It
-
Switch to Rules tab
-
Add "|| request.auth == null" at the last in to the code(same as into below image), then click on Publish button
Cet article a-t-il été utile
Cet article a-t-il été utile
Merci pour vos commentaires!
- S’inscrire
- Se connecter

Bienvenue, Invité!