Kirill
Results
1
comments of
Kirill
I used [Cache API](https://developer.mozilla.org/en-US/docs/Web/API/Cache), and it solved the issue of retaining the firebase config between runs. ```js import { initializeApp } from "firebase/app"; import { getAuth, getIdToken } from "firebase/auth";...