moriverse
Results
2
comments of
moriverse
> The guide that links to this repo implements this method by pulling the user's token out of a header set by the auth-service-worker. This does seem to work, but...
just figured that the following code can resolve the login redirect issue: `const getAuthIdToken = async () => { const app = initializeApp(config); const auth = getAuth(app); return new Promise((resolve,...