This Firestore document
https://firebase.google.com/docs/firestore/quickstart
Shows samples of 10+ languages but not Dart.
I found, there is a
https://pub.dev/packages/cloud_firestore
which appears to be a Flutter packageinterfacing Firestore. Two questions:
Can the package in https://pub.dev/packages/cloud_firestore be used from server side Dart, or does in depend on something in Flutter?
Is it's API equivalent to that described in https://firebase.google.com/docs/firestore/quickstart
There are two main plugins that allow you to access Firestore from Dart code:
firebase-dart plugin. Use this plugin if you're targeting Web with your Flutter app.There are no plugins that are more official than these two, as they are part of the Flutter and Firebase organizations respectively.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With