BarryW Active Member Licensed User Longtime User Oct 16, 2017 #1 Where to put authorized users for firebaseauth... Tnx
Erel B4X founder Staff member Licensed User Longtime User Oct 16, 2017 #2 There is no such list. FirebaseAuth = authentication, not authorization. Any user with a Google account can sign in. You can combine it with a server solution that allows access to specific users. Upvote 0
There is no such list. FirebaseAuth = authentication, not authorization. Any user with a Google account can sign in. You can combine it with a server solution that allows access to specific users.