You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
[18:22:03] <mikelehen> seiyria: Not sure if this works for you, but after authenticating to firebase, the authData has a token you can get (e.g authData.token from JS) and you could send that to the REST API with ?auth=<token>
[18:23:01] <mikelehen> That token is subject to the "Session Length" you have configured in your Firebase dashboard though.
[18:23:16] <mikelehen> So it'll expire at some point and they'd need to get a new one.
After #20 is done, this should be done as well, so people understand the API and how it's structured.
The text was updated successfully, but these errors were encountered: