All Projects → jirawatee → CloudFirestore-Android

jirawatee / CloudFirestore-Android

Licence: other
Cloud Firestore code guideline for Android developers

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to CloudFirestore-Android

ChatApp
Chat app based on Firebase tools.
Stars: ✭ 88 (+91.3%)
Mutual labels:  firestore, cloud-firestore
firecode
A light, fast, and memory-efficient collection traversal library for Firestore and Node.js.
Stars: ✭ 171 (+271.74%)
Mutual labels:  firestore, cloud-firestore
app
Source code of intencje.pl website and mobile/desktop apps based on Angular, Firebase, and Capacitor.
Stars: ✭ 12 (-73.91%)
Mutual labels:  firestore, cloud-firestore
Canner
⚡️[NOT MAINTAINED] Content Management Framework creates custom CMS fast and easy. Support data sources such as Firebase/Firestore, GraphQL and Restful APIs.
Stars: ✭ 2,472 (+5273.91%)
Mutual labels:  firestore
React Native Examples
A repo that contain React Native examples most related to tutorials I publish
Stars: ✭ 222 (+382.61%)
Mutual labels:  firestore
Android-Kotlin-Fundamentals
Bu repositorie Google'ın tamamıyla ücretsiz olarak sunduğu Android Kotlin Fundamentals dokümantasyonunun Türkçeye çevrilmiş halidir.
Stars: ✭ 277 (+502.17%)
Mutual labels:  android-developers
client-side-databases
An implementation of the exact same app in Firestore, AWS Datastore, PouchDB, RxDB and WatermelonDB
Stars: ✭ 787 (+1610.87%)
Mutual labels:  firestore
Nobullshit
A sample project entirely written in Kotlin. Backend/Frontend with Ktor and Android app.
Stars: ✭ 221 (+380.43%)
Mutual labels:  firestore
AndroidEssentialLibraries
👻 Android Essential Libraries - A couple of the Android Libraries to use in your Projects 🛠
Stars: ✭ 203 (+341.3%)
Mutual labels:  android-developers
Angularfire Lite
⚡️ Lightweight library to use Firebase API 🔥 with Angular
Stars: ✭ 245 (+432.61%)
Mutual labels:  firestore
Vue Firestore
☁️ Cloud Firestore binding in realtime with Vuejs
Stars: ✭ 239 (+419.57%)
Mutual labels:  firestore
Iosched Ios
The Google I/O iOS app
Stars: ✭ 227 (+393.48%)
Mutual labels:  firestore
china-topdeveloper
Google Play中国顶尖开发者名单,后续更新
Stars: ✭ 22 (-52.17%)
Mutual labels:  android-developers
Vuex Easy Firestore
Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
Stars: ✭ 224 (+386.96%)
Mutual labels:  firestore
Android Tips Tricks
☑️ [Cheatsheet] Tips and tricks for Android Development
Stars: ✭ 4,496 (+9673.91%)
Mutual labels:  android-developers
Reactfire
Hooks, Context Providers, and Components that make it easy to interact with Firebase.
Stars: ✭ 2,908 (+6221.74%)
Mutual labels:  firestore
Kotlin-Example
An example for who are all going to start learning Kotlin programming language to develop Android application.
Stars: ✭ 54 (+17.39%)
Mutual labels:  android-developers
Flutter Keep
A note-taking app built with Flutter + Firebase
Stars: ✭ 238 (+417.39%)
Mutual labels:  firestore
Ipoli Android
Fun & Motivational Todo List with Calendar for Android written in Kotlin. Using Redux, coroutines, Firebase and Clean Architecture.
Stars: ✭ 234 (+408.7%)
Mutual labels:  firestore
Rwa Trivia
Trivia App - Real World Angular series
Stars: ✭ 251 (+445.65%)
Mutual labels:  firestore

Firebase Cloud Firestore

Cloud Firestore code guideline for Android developers

Prerequisites

  • Supported Android 4.1 or newer
  • Android Studio 3.3.2 or higher
  • google-services.json in app-level folder

Features

  • Add document with generated id
  • Add document with specific id
  • Fetch collection
  • Fetch document
  • Update single field
  • Update nested field
  • Batch multiple writers
  • Delete document
  • Delete field
  • Listener for document
  • Listener for multiple documents
  • Querying
  • Ordering and limit

Screenshots

Blog

Cloud Firestore

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].