Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Functions Samples | 11,676 | 2 days ago | 143 | apache-2.0 | JavaScript | |||||
Collection of sample apps showcasing popular use cases using Cloud Functions for Firebase | ||||||||||
Flutterfire | 7,771 | 847 | 201 | a day ago | 107 | September 22, 2022 | 300 | bsd-3-clause | Dart | |
🔥 A collection of Firebase plugins for Flutter apps. | ||||||||||
Gmscore | 5,646 | 4 days ago | 9 | February 01, 2022 | 790 | apache-2.0 | Java | |||
Free implementation of Play Services | ||||||||||
Quickstart Js | 4,734 | 11 hours ago | 75 | apache-2.0 | HTML | |||||
Firebase Quickstart Samples for Web | ||||||||||
Aarogyasetu_android | 2,831 | 2 years ago | 445 | other | Java | |||||
Aarogya Setu Android app native code | ||||||||||
Cannercms | 2,430 | a month ago | 41 | apache-2.0 | JavaScript | |||||
⚡️ Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs. | ||||||||||
Santa Tracker Android | 2,085 | a year ago | 21 | other | Java | |||||
Ho Ho Ho | ||||||||||
Nativescript Plugin Firebase | 1,018 | 125 | 10 | 2 months ago | 159 | November 05, 2020 | 594 | mit | TypeScript | |
:fire: NativeScript plugin for Firebase | ||||||||||
Cordova Plugin Firebase | 996 | 204 | 5 | 2 years ago | 43 | October 10, 2018 | 253 | mit | Objective-C | |
Cordova plugin for Google Firebase | ||||||||||
Awesome Ionic | 807 | 3 years ago | 2 | cc0-1.0 | ||||||
An "awesome" list of Ionic resources |
This is a simple android app where you can brodcast your location and everyone who has your dynamically generated unique key can track you in near real-time.
I created this project just for learning puposes particularly about firebase (firestore db), google maps api and google location api.
To use google maps in an android app you can use SupportMapFragment
or MapView
<fragment
android:id="@+id/map"
android:name="com.google.android.gms.maps.SupportMapFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
Add permisions for coase and fine location also add meta-data tag for API key
'com.google.gms:google-services:3.1.1'
into dependencies block of the top-level gradle build filegoogle-services.json
file to your project_name/app/
directory from firebase console when you add an android app to your firebase projectenter the app package name & SHA-1 key (optional for firebase auth)
- To get SHA-1 key you can use your android studo by opening your particular project -> select signingReport gradle task -> copy & paste the SHA-1 key into the android app restriction form