Hello wonderful community !
I have integrated firebase in my wixwebsite an i’m fetching/posting data gracefully.
My problem is that, after about 3 minutes of inactivity of the webpage the firebase app seems to vanish causing the further requests to fail. The exact error terminology is:
" Firebase: No Firebase App ‘[DEFAULT]’ has been created - call Firebase App.initializeApp()"
The app was clearly created and initialize as the previous request were functionning
One solution would be to refresh the page everytime the firebase app disappear but it is obviously not user friendly as it cause at least one request to fail…
Any solution / tips would be very much appreciated