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 ?
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
?