All Projects → mikkopaderes → Ember Cloud Firestore Adapter

mikkopaderes / Ember Cloud Firestore Adapter

Licence: mit
Unofficial Ember Data Adapter and Serializer for Cloud Firestore

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ember Cloud Firestore Adapter

Startup Os
Working examples of Google's Open Source stack and deployment to the cloud.
Stars: ✭ 564 (+1005.88%)
Mutual labels:  firebase, firestore
Fsfirestore
Functional F# library to access Firestore database hosted on Google Cloud Platform (GCP) or Firebase.
Stars: ✭ 22 (-56.86%)
Mutual labels:  firebase, firestore
Emberfire
The officially supported adapter for using Firebase with Ember
Stars: ✭ 689 (+1250.98%)
Mutual labels:  firebase, firestore
Chat app
A flutter chat app built with firestore. It is clone of messenger.User can create stories,chat and search in real time.
Stars: ✭ 493 (+866.67%)
Mutual labels:  firebase, firestore
Firestorerecycleradaptersample
Sample Android project using FirestoreRecyclerAdapter
Stars: ✭ 43 (-15.69%)
Mutual labels:  firebase, firestore
Redux Firestore
Redux bindings for Firestore
Stars: ✭ 530 (+939.22%)
Mutual labels:  firebase, firestore
Thenetwork Open
TheNetwork is a blog cum chat app. It's completely built using firebase. Users can post, comment, like and bookmark the blogs, also users can send follow requests to connect with people. Users can create events and also prepare an event roadmap. Pagination for realtime data is also included in chats, blogs and events.
Stars: ✭ 17 (-66.67%)
Mutual labels:  firebase, firestore
Messenger Ios Chat Swift Firestore
Messenger Clone - Real-time iOS Chat with Firebase Firestore written in Swift
Stars: ✭ 405 (+694.12%)
Mutual labels:  firebase, firestore
Travelmantics
Firestore & firebase storage MVVM sample
Stars: ✭ 28 (-45.1%)
Mutual labels:  firebase, firestore
Hoverboard
Conference website template
Stars: ✭ 935 (+1733.33%)
Mutual labels:  firebase, firestore
React Firebase Starter
Boilerplate (seed) project for creating web apps with React.js, GraphQL.js and Relay
Stars: ✭ 4,366 (+8460.78%)
Mutual labels:  firebase, firestore
Social Note
Social Note - Note-taking, sharing, time & location reminder
Stars: ✭ 38 (-25.49%)
Mutual labels:  firebase, firestore
Awesome Firebase
🔥 List of Firebase talks, tools, examples & articles! Translations in 🇬🇧 🇷🇺 Contributions welcome!
Stars: ✭ 448 (+778.43%)
Mutual labels:  firebase, firestore
Paginate firestore
A flutter package to simplify pagination with firestore data 🗃
Stars: ✭ 40 (-21.57%)
Mutual labels:  firebase, firestore
Geofirestore Js
Location-based querying and filtering using Firebase Firestore.
Stars: ✭ 436 (+754.9%)
Mutual labels:  firebase, firestore
Wild Workouts Go Ddd Example
Complete application to show how to apply DDD, Clean Architecture, and CQRS by practical refactoring of a Go project.
Stars: ✭ 756 (+1382.35%)
Mutual labels:  firebase, firestore
Firestore Import Export
An application that can help you to backup and restore from Cloud Firestore | Firebase
Stars: ✭ 392 (+668.63%)
Mutual labels:  firebase, firestore
Geofirex
🌐 📍 Geolocation Queries with Firestore & RxJS
Stars: ✭ 396 (+676.47%)
Mutual labels:  firebase, firestore
Greet
Greet is a simple social network for Android written using Firebase Cloud Firestore and Cloud Functions
Stars: ✭ 23 (-54.9%)
Mutual labels:  firebase, firestore
Firextensions
[DEPRECATED] 🔥 Unofficial Kotlin Extensions for the Firebase Android SDK.
Stars: ✭ 30 (-41.18%)
Mutual labels:  firebase, firestore

ember-cloud-firestore-adapter

This is an unofficial Ember Data Adapter and Serializer for Cloud Firestore. It's completely unrelated to EmberFire but its purpose is of the same.

Features

  • Customizable data structure - There's an opinionated default on how your data will be structured but there's enough API to make it fit to your existing ones
  • Realtime bindings - Listen to realtime updates easily
  • Authentication - Integrate Firebase Authentication powered by Ember Simple Auth
  • FastBoot support - Perform server-side rendering to speed up your boot time
  • Firebase Emulator - Develop and test your app using the Firebase Local Emulator Suite

Why Was This Built?

This was built becase EmberFire development is super slow or may even be abandoned by now.

In order to continue development with Ember and Cloud Firestore, I had to build this addon and opted to make it generic enough to be used by other developers too.

Compatibility

  • Ember.js v3.16 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

This addon requires some peer dependencies. Install the correct versions of each package, which are listed by the command:

npm info ember-cloud-firestore-adapter peerDependencies

Once you've installed it, you can now install the addon itself:

ember install ember-cloud-firestore-adapter

Getting Started

Checkout the docs here.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

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].