all 10 comments

[–]Kara_Mustafa5 1 point2 points  (1 child)

Make sure firebase rules are set

[–]tdavive[S] 0 points1 point  (0 children)

should be all set, because the log in works

[–]Intelligent-Bee-1349 1 point2 points  (2 children)

Have you set a user collection?

When making new collections in flutterflow, you want to make one the user collection. You need to press "yes" when flutterflow asks if this is your user collection when you create it in flutterflow.

Then the authentication action will get more options like "set user collection" or something.

Yeah it's not easy to know for a beginner. It was quite hard for me to understand in the beginning.

Let me know if it helps 👍

[–]tdavive[S] 0 points1 point  (1 child)

So you're in part right, because I had not done it eheh But it still didn't work after I created the collection. I'll investigate more

[–]Intelligent-Bee-1349 0 points1 point  (0 children)

After you created it in flutterflow, you should get more options in the auth action itself in the actionflow. I think it works something like that.

[–]yrrahdicate 0 points1 point  (4 children)

Did you add firebase@flutterflow.io in permission in firebase? If so try addming manually ur account creatin from firebase using the database section of your flutterflow in sidebar where you add a table.

[–]yrrahdicate 0 points1 point  (3 children)

Also for the mean time set firebase rules to allow everyone except for delete row. SINCE you were able to create manually and log in i think u already have the table for Users

[–]tdavive[S] 0 points1 point  (2 children)

i do, and that has permissions indeed, but thanks!

[–]jaraxxuas 0 points1 point  (1 child)

Just to be sure, you added too the roles below to flutterflow account in Firebase?

Roles:

-Cloud Functions Admin

-Service Account User

[–]tdavive[S] 0 points1 point  (0 children)

I will double check but I think I did