JohnCoene / firebase

Google FIrebase for shiny
https://firebase.john-coene.com
GNU Affero General Public License v3.0
171 stars 26 forks source link

Exclude firebase from shiny url bookmarking #81

Closed udurraniAtPresage closed 8 months ago

udurraniAtPresage commented 8 months ago

I am bookmarking my shiny app so that the data is restored after I refresh the app page. This app uses {firebase} authentication. If I use URL bookmarking, I see that firebase login is part of the URL. I want to exclude it. But what should I specify in shiny::setBookmarkExclude ?

JohnCoene commented 8 months ago

It might be fireblaze_signed_in and fireblaze_signed_in_user

udurraniAtPresage commented 8 months ago

Thank you.