We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5480e0 + 9818065 commit bc50cc7Copy full SHA for bc50cc7
composeapp/src/main/java/com/firebase/composeapp/HighLevelApiDemoActivity.kt
@@ -46,8 +46,8 @@ class HighLevelApiDemoActivity : ComponentActivity() {
46
val configuration = authUIConfiguration {
47
context = applicationContext
48
logo = AuthUIAsset.Resource(R.drawable.firebase_auth)
49
- tosUrl = "https://policies.google.com/terms?hl=en-NG&fg=1"
50
- privacyPolicyUrl = "https://policies.google.com/privacy?hl=en-NG&fg=1"
+ tosUrl = "https://policies.google.com/terms"
+ privacyPolicyUrl = "https://policies.google.com/privacy"
51
isAnonymousUpgradeEnabled = false
52
providers {
53
provider(AuthProvider.Anonymous)
0 commit comments