skip to Main Content

Firebase – setting currentUser

Assuming that I have a whole user object as a JSON (with its access and refresh tokens) - how can I force firebase/auth to accept it as its currentUser so it triggers e.g. onTokenIdChange? EDIT: I want to authenticate the…

VIEW QUESTION
Back To Top
Search