You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running an app on community cloud and insert my firestore json as a st secret so i don't expose it publicly.
Because of this i altered the load / save firestore functions to reference the st secret and its been working fine.
Only thing in a little concerned about is lower counts in last few days. It could be just lack of interest but asking incase anyone is experiencing the same.
Additionally I've tested that if two users go to my app at the same time, the counts only update once for pageviews/script runs. This might be due to the way I'm loading / saving counts (relying on client?).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running an app on community cloud and insert my firestore json as a st secret so i don't expose it publicly.
Because of this i altered the load / save firestore functions to reference the st secret and its been working fine.
Only thing in a little concerned about is lower counts in last few days. It could be just lack of interest but asking incase anyone is experiencing the same.
Additionally I've tested that if two users go to my app at the same time, the counts only update once for pageviews/script runs. This might be due to the way I'm loading / saving counts (relying on client?).
If somebody knows a better way to store the json key let me know please, I want to use the native library instead of custom functions.
https://github.com/pvpiv/pogo_search_string/blob/main/utils.py
In other news I hit 100k page visits the other day

Beta Was this translation helpful? Give feedback.
All reactions