certain integrations like Stripe or push notifications that require to have the user authenticated by Firebase.
So among all the solutions I'm seeing, the one I like the most is to keep authenticating the user in Xano and return a token to sign in firebase using JWT Authentication, this way I keep control of the user in Xano but I think I can use the Firebase services.
https://docs.flutterflow.io/data-and-backend/firebase/authentication/jwt-token
The problem I have is that the token returned by Xano is not valid for Firebase, I get this error "Invalida assertion format. 3 dot separated segments required"
Is there any way to generate the token for Firebase to accept it?