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
Currently working through the auth docs on my own fork, there's some differences between the Firestack methods vs the JS method names. I believe it should mimic the Firebase API as close as possible, since most users will reference their docs on how to do certain things, it'd make it easy to come straight to the same method here.
At this point, I think we need to create a deprecated helper that logs out deprecated warnings about using these methods and rename the methods to match their firebase js counterparts. Want to take a crack at that?
Currently working through the auth docs on my own fork, there's some differences between the Firestack methods vs the JS method names. I believe it should mimic the Firebase API as close as possible, since most users will reference their docs on how to do certain things, it'd make it easy to come straight to the same method here.
Also some methods are missing:
Differences:
unlistenForAuth
toremoveOnAuthStateChanged
or something?user.delete()
, not sure whetherfirebase.auth.delete()
would feel correct?Missing:
Not working
The text was updated successfully, but these errors were encountered: