Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firebase to Firestore? #203

Closed
jimijon opened this issue Feb 7, 2018 · 1 comment
Closed

Firebase to Firestore? #203

jimijon opened this issue Feb 7, 2018 · 1 comment

Comments

@jimijon
Copy link

jimijon commented Feb 7, 2018

I was wondering if you were going to move the backend to Firestore. Seems more appropriate now, especially for chat. And it is the Direction of Google/Firebase

@bensmiley bensmiley added the vote label Feb 8, 2018
@bensmiley
Copy link
Contributor

This is something we're considering see Android issue 148 - Add support for Firestore - vote here!.

But it's more of a semi-long term project. There are some advantages:

  • Better querying
  • Better scalability
  • Easier to write security rules

But also some disadvantages:

  • A lot of code would need to be rewritten and re-tested
  • Firestore is less flexible
  • There is no presence functionality built in. It's necessary to use a hack involving Google Cloud Code and the real-time database - article here.
  • Project is still in beta

Once the current version of the chat is completely stable we'll start looking to also support Firestore.

@bensmiley bensmiley added this to the Firestore milestone Feb 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants