cordova - Single Firebase authentication token for multiple users -


can same firebase custom auth token used simultaneously authenticate multiple (~250) instances of app single uid?

if so, bad practice should avoided? don't want authenticate individual users, reasonably they're accessing via app.

can same firebase custom auth token used simultaneously authenticate multiple (~250) instances of app single uid?

firebase authentication tokens bearer tokens, there nothing ties specific token specific device or session. such contain information necessary allow user of token gain access firebase data.

if so, bad practice should avoided?

if find safe way exchange token, may fine. using single long-lived token many devices huge pain if ever gets intercepted have no way single individual user/account out. in end, decide best app/users.


Comments