Skip to content

Commit

Permalink
Add 'flutter' category to firebase, add 'flutterfire-samples' (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtstern committed Jun 2, 2021
1 parent 5bab479 commit 194a08e
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 15 deletions.
4 changes: 4 additions & 0 deletions app/src/model/product.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ export const ALL_PRODUCTS: Record<string, ProductConfig> = {
key: "Admin",
value: "admin",
},
{
key: "Flutter",
value: "flutter",
},
],
},
ml: {
Expand Down
6 changes: 6 additions & 0 deletions config/authors/sbis04.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Souvik Biswas",
"bio": "Android, iOS & Flutter Developer | C++, Java and Dart Programmer | Technical Writer @Medium & @NevercodeHQ | @udacity Secure and Private AI '19 Scholar",
"photoURL": "https://avatars.githubusercontent.com/sbis04",
"githubURL": "https://github.com/sbis04"
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"title": "Dive into Firebase Auth on Flutter: Phone and Anonymous Authentication",
"link": "https://medium.com/firebase-developers/dive-into-firebase-auth-on-flutter-phone-and-anonymous-authentication-6ce4f17eb2a8",
"tags": [
"ios",
"android"
"flutter"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"title": "Flutter: Implementing Google Sign In",
"link": "https://medium.com/flutter-community/flutter-implementing-google-sign-in-71888bca24ed",
"tags": [
"android",
"ios",
"web"
"flutter"
]
}
}
6 changes: 2 additions & 4 deletions config/firebase/repos/FirebaseExtended-flutterfire.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
"content": "README.md",
"pages": [],
"tags": [
"android",
"ios",
"web"
"flutter"
]
}
}
6 changes: 2 additions & 4 deletions config/firebase/repos/hukusuke1007-flamingo.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"content": "README.md",
"pages": [],
"tags": [
"android",
"ios",
"web"
"flutter"
]
}
}
17 changes: 17 additions & 0 deletions config/firebase/repos/sbis04-flutterfire-samples.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": 1,
"source": "github",
"authorIds": [
"sbis04"
],
"owner": "sbis04",
"repo": "flutterfire-samples",
"name": "FlutterFire Samples",
"shortDescription": "Firebase + Flutter sample apps with code snippets.",
"longDescription": "Firebase + Flutter sample apps with code snippets, supported by comprehensive articles for each implementation.",
"content": "README.md",
"pages": [],
"tags": [
"flutter"
]
}

0 comments on commit 194a08e

Please sign in to comment.