Questions About Firebase. (FirebaseToken, ProjectBucket)

Could someone tell me what to set in the FirebaseToken property ? Is it the WebAPIKey or AppId or something else ?

I couldn't understand things in the results of a Google Search.

WebApi Key is Firebase's Token

1 Like

Make sure that you set your project's location to us-central otherwise it won't work with MIT App Inventor

1 Like

Do you mean the Default GCP resource location ?

Yes, see

image

1 Like

I don't know why it isn't working.

Designer


Blocks


When I open the app it says,

Unfortunately, FireBase has stopped.

App Name : FireBase.

The ProjectBucket is <FBProject-name>.appspot.com right ?

That project bucket is for Firebase Storage.

Either leave the Project Bucket in the designer empty, or set it to something like: MyFirstFirebaseApp. All your tags will then be saved under that top tag/node/bucket:

MyFirstFirebaseApp
    --tag1:"value1"
    --tag2:"value2"
2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.