--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/b104eaf1-3444-4c9b-883b-1c5edc8e67da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Ricardo,That's not possible, because the OAuth providers don't provide permanent tokens. They provide short-lived tokens that need to be refreshed frequently to maintain access. If you're not accessing their APIs directly, you should be able to use the Firebase auth tokens without re-authenticating against the third party services.Check out getting the currently signed-in user for your platform.☼, Kato
On Fri, Aug 12, 2016 at 12:33 PM, Ricardo Gândara Pinto <rpi...@gmail.com> wrote:
Hi,When a user logs in via social credentials (Facebook, Google or Twitter), I store them locally so I can re-authenticate later if the user exits the app.The problem is that after a certain time, I can no longer use the stored credentials and I have to prompt the user for authentication again.So how can I make the user authenticate only once and use that choice in the app forever? I mean the user logs in once via Facebook, Google or Twitter and never has to grant firebase authorization again.Is this possible?Thanks.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/b104eaf1-3444-4c9b-883b-1c5edc8e67da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/f9b2d263-14ce-4fae-99a5-3ca3f1ccaa90%40googlegroups.com.