Firebase is a popular solution for mobile apps to handle authentication. In my case I found myself using Firebase for authentication + created my backend using a Rails API.
Firebase offers solution for JWT, went through the steps and it works. I think it would be interesting giving some sort of README / or default value in the config for Firebase (just like for Auth0)
https://firebase.google.com/docs/auth/admin/verify-id-tokens
Firebase is a popular solution for mobile apps to handle authentication. In my case I found myself using Firebase for authentication + created my backend using a Rails API.
Firebase offers solution for JWT, went through the steps and it works. I think it would be interesting giving some sort of README / or default value in the config for Firebase (just like for Auth0) https://firebase.google.com/docs/auth/admin/verify-id-tokens
What do you think?