Is there a way you can authenticate users with details stored in the real time database rather than in the authentication? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is there a way you can authenticate users with details stored in the real time database rather than in the authentication?

Am trying to find a way i can authenticate my users using the real time database rather than using the authentication section in the firebase database. Any ideas??

21st Oct 2019, 11:20 AM
willy macharia
willy macharia - avatar
1 Answer
+ 1
`Authentication` is the best approach, if you use real time database directly you have to `expose the credentials` even if they are encrypted it is not the best approach. `Cloud function` Might help in this case though if it is your only option.
1st Feb 2020, 9:54 PM
Ameer Hamza Naveed
Ameer Hamza Naveed - avatar