Jump to content

User:Xephyr826/Cloud Firestore: Difference between revisions

From Wikipedia, the free encyclopedia
Xephyr826 (talk | contribs)
No edit summary
Xephyr826 (talk | contribs)
m Xephyr826 moved page User:Xephyr826/Firestore to User:Xephyr826/Cloud Firestore: New page name
(No difference)

Revision as of 01:42, 5 August 2020

Firestore
Developer(s)Google Inc.
Initial releaseOctober 2017; 7 years ago (2017-10)
PlatformGoogle Cloud Platform
TypeDocument-oriented database
LicenseProprietary
Websitecloud.google.com/firestore/

Firestore is a NoSQL document database built for automatic scaling, high performance, and ease of application development[1][2]. Firestore is available through Firebase and Google Cloud Platform[3].

Main features

Some of Firestore's main features include[4]:

  • Serverless managed database that automatically scales up and down
  • Live synchronization
  • Offline mode
  • ACID transactions
  • Multi-region replication
  • Client libraries for:
    • Web, iOS, Android, Flutter C++, Unity, Node.js, Java, Go, Ruby, and PHP

Datastore mode

History

On October 5, 2017, Firebase announces public beta of Cloud Firestore[5].

On January 31, 2019, Google Cloud Platform announces general availability release of Cloud Firestore[6].

References