Token by Firebase

Asked

Viewed 303 times

0

It is possible to generate token and send to some android device that requests to register in the application by Firebase Auth?

  • You’ve already taken a look here, here and here?

  • Ja vi , my doubt generated more about these links, I understood by these links that I have to create a server to generate the token. Type, create a Rest server that generates the code and sends it to my device. Strange because I thought Firebase would solve all this, it’s not their proposal?

  • 1

    Yes, this is their proposal. You do not need to create your own server. You can use Firebase Cloud Functions. This tool allows you to run Nodejs code from the server side (the Firebase that tries to configure it for you. You just need to write the code). More details here

  • Thanks, I’ll do it!!!

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.