Hi guys,
I just started learning firebase and am unsure how to save a firebase reference across multiple activities. This would not be an issue if I did not need to Authenticate, but my program requires so.
The first way I thought up was to use a public static variable will be a singular firebase reference
If I were to create a firebase reference on each activity, would I be able to pass through authData by intent? Is there a way to grab authData/token and authenticate the next activity's ref using a token or something?
How do you android developers do it? Thank you for your time!