I need help handling authentication for users in the Ionic Framework

Hello everyone :wave:

I am currently working on an Ionic project that requires user authentication. I’m looking for guidance on the most effective methods for handling authentication for users in Ionic, especially when connecting identity providers such as Google

  • What are the advantages and disadvantages of using Firebase authentication vs Auth0 in an Ionic app? Which would you recommend for a project that requires both strong security and simplicity of integration?
  • How do I manage credential expiration and refresh tokens in Ionic? Are there any hints and libraries that can help make this process go more smoothly?

Thanks in advance :melting_face: