JohnCoene / firebase

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

Warning: Missing Terms of Service and/or Privacy policy URL, see `set_tos_url` and `set_privacy_policy_url` methods #4

Closed kalehdoo closed 2 years ago

kalehdoo commented 4 years ago

Hello,

I am not able to find any documentation on how to add the URLs for policy and terms.

I have deployed my app on shinyapps.io.

Warning: Missing Terms of Service and/or Privacy policy URL, see set_tos_url and set_privacy_policy_url methods

The document only mentions that: link to the document: https://firebase.john-coene.com/articles/ui.html Notice the warning in the console; this should be fixed when deploying to prod.

Thanks, Manohar

Pit-Storm commented 4 years ago

Check the Reference. Espacially this for Terms of Service and this for Privacy Policy.

JohnCoene commented 2 years ago

You can use the set_ methods to specify those https://firebase.john-coene.com/reference/firebaseui#method-set_tos_url

pedroorden commented 2 years ago

You can use the set_ methods to specify those https://firebase.john-coene.com/reference/firebaseui#method-set_tos_url

Hi! its not working

JohnCoene commented 2 years ago

Use the

set_tos_url and set_privacy_policy_url methods.

What is not working?

JohnCoene commented 2 years ago

Did you find the methods?

pedroorden commented 2 years ago

no, there is something I am missing. I can't find a reference on how to deal with set_tos_url set_privacy_policy_url

JohnCoene commented 2 years ago

Can you share your code on what you tried?

f <- FirebaseUI$new$set_tos_url("myurl")