Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Cloud Firestore

Use our flexible, scalable NoSQL cloud database to store and sync data for client- and server-side development. subtitle

Cloud Firestore Reviews and details

Screenshots and images

  • Cloud Firestore Landing page
    Landing page //
    2023-02-07

Badges

Promote Cloud Firestore. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

What is a NoSQL Database? How is Cloud Firestore structured? | Get to know Cloud Firestore #1

Cloud Firestore Data Modeling (Google I/O'19)

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Cloud Firestore and what they use it for.
  • 5 Best Instant Messaging APIs
    Firebase is an app development platform backed by Google that famously replaces the need for a backend. It accomplishes this by providing developers with a variety of services, including authentication, push notifications, and a database called Cloud Firestore that can be adapted to store and broadcast chat messages in realtime. - Source: dev.to / 3 months ago
  • How do you handle different user roles?
    Within the Firebase system, I use Firestore. To minimize queries of multiple collections ( keep server costs down ) I keep users in one collection. Within each user object I have a "roles" property that is a sub-object referencing the different roles available:. Source: 5 months ago
  • How to Choose the Right Document-Oriented NoSQL Database for Your Application
    NoSQL is a term that we have become very familiar with in recent times and it is used to describe a set of databases that don't make use of SQL when writing & composing queries. There are loads of different types of NoSQL databases ranging from key-value databases like the Reddis to document-oriented databases like MongoDB and Firestore to graph databases like Neo4J to multi-paradigm databases like FaunaDB and... - Source: dev.to / 8 months ago
  • No more Supabase love? Likely switching to Firebase.
    Oh, I don't think this is what you're looking for. It's NoSQL versus Supabase's PostgreSQL implementation. {sigh}. Source: 10 months ago
  • I just realized how expensive Firebase is for Social Media Apps
    I tried to make a reddit like app. I used both realtime-database and firestore as database. The billing of the two is different from each other. I used realtime-database for frequently updated data (like or upvote, downvote count for ex.) and firestore for more stable and large data (post, comment, community and user data..). While doing this, I only used database rules, I did not use Cloud functions. So, I... Source: 11 months ago
  • How do I build a database from scratch?
    If you're looking to also learn about NoSQL solutions, look at Firestore from Firebase. Source: 11 months ago
  • Introducing Firestore into my Premier League Project
    Instead of using BigQuery, I'm storing the data for each match in Google Cloud's Firestore which is part of Firebase. Source: 12 months ago
  • Need Help Identifying Correct Service
    Would you be able to put the data in a Firestore database on the server and make sure that Firestore gets updated in realtime? If so, you could tell your client to watch a document in the Firestore database, and a handler in your client would be triggered whenever that document is updated on the server. The Firestore client library deals with all the web sockets, timeouts, hung connections, and so on so you don't... Source: about 1 year ago
  • Advice on Google Cloud products for text document autosave and version tool
    If I were building this, I'd use Firestore. It would take care of a lot of the saving and retrieving drudge work, reducing the amount of code you need to write and infrastructure you need to set up. Source: about 1 year ago
  • How to use Firestore with Redux in a React application
    Firebase is a backend-as-a-service platform. One of their products is Firestore, which is a noSQL database. To use it in your app, the recommended approach is to use the Firebase SDK. - Source: dev.to / over 1 year ago
  • Tech stack discussion
    Cloud SQL with MySQL as I can run it locally and know its queries will be expressive enough (where I am uncertain about Firestore, for instance). Source: over 1 year ago
  • how to write to a web document file ?
    In that case you probably want something like Cloud Firestore. Source: over 1 year ago
  • I tried Google Cloud products and here is what every beginner should know
    Realtime database and Firestore database. To learn more about the Realtime database you can visit this link. If you also want to learn more about Firestore, you can do so here. - Source: dev.to / over 1 year ago
  • How to Use Firestore and Firebase Realtime Database with Combine in iOS
    That’s where the Firebase database comes into the picture. I’m not going to list out all the benefits of it as it’s a well-known database in the community but you can check out official docs for more information. - Source: dev.to / over 1 year ago
  • How to structurize my small Flask App and it's persistent database?
    But if you are comfortable with MongoDB already, that extra coding and setup might be better than learning a new API. It would probably be a good idea to look over the Firestore docs and form your own opinion. Source: over 1 year ago
  • What I Learned Implementing PKCE for Serverless Zoom Apps
    I knew that I was already using Firebase Firestore for storage so that problem was solved but I wasn’t sure how I could map user sessions together. - Source: dev.to / over 1 year ago
  • I need help
    Look into cloud firestore, this video series is a good starting point. Source: over 1 year ago
  • Use Firestore to Build Hugo Conten
    > Reminder if you don't see the new file it may be cached in the browser/service worker, you can force refresh the browser to see this. # Fork/Clone lesson-8-firestore-functions The [lesson-8-firestore-functions](https://github.com/AJONPLLC/lesson-8-firestore-functions) is setup to be the admin side of the site that will interact with [Firebase Firestore](https://firebase.google.com/docs/firestore/). I wrote... - Source: dev.to / over 1 year ago
  • Vue Flow Form Data Connection
    Sounds like you are on Google Cloud, so Firebase would probably be a good match. The docs contain good examples on how to read and write to the database from client-side Javascript code: https://firebase.google.com/docs/firestore. Source: over 1 year ago
  • How to build a chatroom app with React and Firebase
    In this tutorial, you’ll learn how to build a chatroom app in React using Cloud Firestore and Firebase Authentication. - Source: dev.to / almost 2 years ago
  • Most simple Database (or similar structure) for React
    For your case, Firestore would probably be the easiest. There are some limits (like 50K reads per day), but you will almost never hit that. Source: about 2 years ago

Do you know an article comparing Cloud Firestore to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Cloud Firestore discussion

Log in or Post with

This is an informative page about Cloud Firestore. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.