cyberhybridhub/firebase.json
2026-05-20 10:22:58 -05:00

35 lines
898 B
JSON

{
"auth": {
"providers": {
"googleSignIn": {
"oAuthBrandDisplayName": "Cyber Hybrid Hub",
"supportEmail": "support@cyberhybridhub.firebaseapp.com",
"authorizedRedirectUris": [
"http://localhost"
]
}
}
},
"flutter": {
"platforms": {
"android": {
"default": {
"projectId": "cyberhybridhub",
"appId": "1:155018389717:android:90887875660a26509ada5c",
"fileOutput": "android/app/google-services.json"
}
},
"dart": {
"lib/firebase_options.dart": {
"projectId": "cyberhybridhub",
"configurations": {
"android": "1:155018389717:android:90887875660a26509ada5c",
"ios": "1:155018389717:ios:102445b8ec5fde749ada5c",
"web": "1:155018389717:web:afb61503456673019ada5c"
}
}
}
}
}
}