Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Iosched | 21,724 | 5 months ago | 77 | apache-2.0 | Kotlin | |||||
The Google I/O Android App | ||||||||||
React Native Firebase | 10,876 | 43 | 79 | a day ago | 184 | September 17, 2022 | 61 | other | JavaScript | |
🔥 A well-tested feature-rich modular Firebase implementation for React Native. Supports both iOS & Android platforms for all Firebase services. | ||||||||||
Rowy | 4,800 | a day ago | 6 | August 23, 2020 | 56 | other | TypeScript | |||
Low-code backend platform. Manage database on spreadsheet-like UI and build cloud functions workflows in JS/TS, all in your browser. | ||||||||||
Flutter Tutorials | 4,612 | a month ago | 50 | mit | Dart | |||||
The repo contains the source code for all the tutorials on the FilledStacks Youtube channel. | ||||||||||
Firebase Js Sdk | 4,478 | 15 hours ago | 567 | other | TypeScript | |||||
Firebase Javascript SDK | ||||||||||
React Firebase Starter | 4,457 | 2 | 5 months ago | 25 | July 22, 2016 | 135 | mit | JavaScript | ||
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay | ||||||||||
Wild Workouts Go Ddd Example | 4,047 | 2 months ago | 28 | mit | Go | |||||
Go DDD example application. Complete project to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring. | ||||||||||
Vuefire | 3,538 | 149 | 6 | a month ago | 47 | December 07, 2020 | 35 | mit | TypeScript | |
🔥 Firebase bindings for Vue.js | ||||||||||
Reactfire | 3,309 | 882 | 8 | 5 months ago | 165 | August 19, 2022 | 70 | mit | TypeScript | |
Hooks, Context Providers, and Components that make it easy to interact with Firebase. | ||||||||||
React Redux Firebase | 2,543 | 795 | 26 | 4 months ago | 165 | November 23, 2021 | 173 | mit | JavaScript | |
Redux bindings for Firebase. Includes React Hooks and Higher Order Components. |
A working Instagram clone written in Flutter using Firebase / Firestore
I built Fluttergram as a way to learn Flutter when it was still in Beta V1. At this time, Flutter was in its really early stages, and best practices were not yet established. As such, this repo does not reflect the current Flutter best practices and is not at a high code quality standard. That said, it still has merit in being a complete example of what can be done in Flutter.
Download the release APK to try out Fluttergram
I update Fluttergram with new features and bugs fixes, but the apk may be behind master. Take a look at the changelog to see the most recent additions to the apk.
$ git clone https://github.com/mdanics/fluttergram.git
$ cd fluttergram/
firebase init
functions/lib/index.js
to your firebase project's functions/index.js
getFeed
with firebase deploy --only functions
In the output, you'll see the getFeed URL, copy that._getFeed
function in feed.dart
with your cloud function url from the previous step.If this does not work and you get the error Error: Error parsing triggers: Cannot find module './notificationHandler'
Try following these steps. If you are still unable to get it to work please open a new issue.
You may need to create the neccessary index by running firebase functions:log
and then clicking the link
If you are getting no errors, but an empty feed You must post photos or follow users with posts as the getFeed function only returns your own posts & posts from people you follow.
keytool -exportcert -list -v \
-alias androiddebugkey -keystore ~/.android/debug.keystore
google-services.json
into /android/app/
.Double check install instructions for both