Firebase Java client with custom authentication -
i'm looking firebase java client allows custom auth.
so read documentation , had @ answer i'm still not sure if there plain java client firebase 3 allows custom auth token.
as understand it:
- the java library supposed firebase-server-sdk, not have of methods in firebaseauth in android sdk signinwithcustomtoken.
- the android sdk android , not on maven central , appears have dependencies on google's play services.
- from here took possible set uuid java sdk client, still need service account credentials, not work token.
so if have plain java application supposed simple custom auth token based firebase client have no library @ moment?
you supposed mint custom token on server using firebase-server-sdk java. pass token client , call signinwithcustomtoken(mintedtoken). sign in user , generate firebase id token.
Comments
Post a Comment