summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--android/app/google-services.json29
-rw-r--r--firebase.json1
3 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 79c113f..f2a0de6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,5 @@ app.*.map.json
/android/app/debug
/android/app/profile
/android/app/release
+
+/lib/firebase_options.dart \ No newline at end of file
diff --git a/android/app/google-services.json b/android/app/google-services.json
new file mode 100644
index 0000000..473542d
--- /dev/null
+++ b/android/app/google-services.json
@@ -0,0 +1,29 @@
+{
+ "project_info": {
+ "project_number": "457081789402",
+ "project_id": "tinkerhubflutter",
+ "storage_bucket": "tinkerhubflutter.firebasestorage.app"
+ },
+ "client": [
+ {
+ "client_info": {
+ "mobilesdk_app_id": "1:457081789402:android:49f6c4153259cc39fcfee3",
+ "android_client_info": {
+ "package_name": "com.example.noteapp"
+ }
+ },
+ "oauth_client": [],
+ "api_key": [
+ {
+ "current_key": "AIzaSyCQ5AyhMKEDfd_GaCd-ClZg1j43B-6CmIU"
+ }
+ ],
+ "services": {
+ "appinvite_service": {
+ "other_platform_oauth_client": []
+ }
+ }
+ }
+ ],
+ "configuration_version": "1"
+} \ No newline at end of file
diff --git a/firebase.json b/firebase.json
new file mode 100644
index 0000000..daaaeee
--- /dev/null
+++ b/firebase.json
@@ -0,0 +1 @@
+{"flutter":{"platforms":{"android":{"default":{"projectId":"tinkerhubflutter","appId":"1:457081789402:android:49f6c4153259cc39fcfee3","fileOutput":"android/app/google-services.json"}},"dart":{"lib/firebase_options.dart":{"projectId":"tinkerhubflutter","configurations":{"android":"1:457081789402:android:49f6c4153259cc39fcfee3"}}}}}} \ No newline at end of file