Skip to content

Commit

Permalink
added google cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
TomarJatin committed Oct 1, 2023
1 parent fe734fc commit 81ac9f0
Show file tree
Hide file tree
Showing 5 changed files with 313 additions and 4 deletions.
10 changes: 9 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
"eas": {
"projectId": "9ebd8113-a9f5-4b7c-ab85-03aad754978c"
}
}
},
"plugins": [
[
"expo-av",
{
"microphonePermission": "Allow $(PRODUCT_NAME) to access your microphone."
}
]
]
}
}
29 changes: 29 additions & 0 deletions google-services.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"project_info": {
"project_number": "536029625409",
"project_id": "bhagavadgita-f1b48",
"storage_bucket": "bhagavadgita-f1b48.appspot.com"
},
"client": [
{
"client_info": {
"mobilesdk_app_id": "1:536029625409:android:928c401968f2a8f1265ac0",
"android_client_info": {
"package_name": "com.tomarjatin.BhagavadGita"
}
},
"oauth_client": [],
"api_key": [
{
"current_key": "AIzaSyBmSMVHL8bOWS6hy482YOT4bzDGQgS20sY"
}
],
"services": {
"appinvite_service": {
"other_platform_oauth_client": []
}
}
}
],
"configuration_version": "1"
}
146 changes: 146 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"@expo-google-fonts/inter": "^0.2.3",
"@expo/webpack-config": "^19.0.0",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-firebase/app": "^18.5.0",
"@react-native-firebase/storage": "^18.5.0",
"@react-navigation/core": "^6.2.1",
"@react-navigation/elements": "^1.3.3",
"@react-navigation/native": "^6.1.7",
Expand All @@ -21,6 +23,7 @@
"axios": "^1.5.0",
"deps": "^1.0.0",
"expo": "~49.0.5",
"expo-av": "~13.4.1",
"expo-constants": "~14.4.2",
"expo-device": "~5.4.0",
"expo-font": "~11.4.0",
Expand All @@ -45,6 +48,7 @@
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-simple-toast": "^3.0.1",
"react-native-slider": "^0.11.0",
"react-native-system-navigation-bar": "^2.6.1",
"react-native-web": "~0.19.6",
"react-navigation": "^4.4.4",
Expand Down
Loading

0 comments on commit 81ac9f0

Please sign in to comment.