Firebase auth error

i am tring to make an app it has to post some data to firebase db with with web component

here are my relevant blocks

WHEN I AM RUNNING APP IT IS GIVING ERROR : COULD NOT PARSE AUTH TOKEN

This

image

You put the idToken (you get this back when you sign in) here:

https://<firebaseUrl>/<projectBucket>/<uid>.json?auth=<idToken>

also remove the backslash after notice

It is all here:

2 Likes

i did not understand

how to get id token of an authenticated user in firebase??
please help really urgent!!!

Read carefully here and apply:

The idToken is returned (when Web1.GotText) when an authenticated user signs in

You need to assign this to a variable so that you can use it in your blocks

1 Like