adriancarriger / angularfire2-offline

🔌 A simple wrapper for AngularFire2 to read and write to Firebase while offline, even after a complete refresh.
https://angularfire2-offline.firebaseapp.com/
MIT License
207 stars 48 forks source link

add token to calls #59

Closed Ross-Rawlins closed 7 years ago

Ross-Rawlins commented 7 years ago

How can I add my auth token to the calls?

adriancarriger commented 7 years ago

It sounds like you're using Firebase auth?

It should work as expected if you just use the regular AngularFire2 auth methods.

Related issues

This might be related to #12 and possibly #43

Code

If you're still having issues would you be able to post the code you're using? Thanks! 👍

Ross-Rawlins commented 7 years ago

Angular fire did it all for me thank you.