I am using a third party sdk to sign in users. However that sdk does not generate any token as such. It returns the mobile and user Name.
But I use Firebase for all my other requirements. Thus i need to add the users in the Auth system so i can securely use my realtime database and storage.
I did go through this but this suggests adding logic to the authentication server, which I dont have access to so i cant make changes to incorporate a JWT.
Can someone please suggest a way to do so?