Is there a "dart-only" cloud_firestore implementation? #4550
-
I'm trying to build an application that's written in dart, without pulling in any of the flutter dependencies. However, I'd also like to use a firestore database for persistence.
So my question is: why is the "cloud_firestore" package depending on flutter? Is there an alternative package I might try? The only dependency I could find (at a quick glance) was for registering the FirebaseFirestoreWeb as a plugin. (Please not I'm new to dart and flutter, so I might get some terminology wrong...) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Okay, I had to look a bit further for a dart-only alternative: https://github.com/FirebaseExtended/firebase-dart |
Beta Was this translation helpful? Give feedback.
Okay, I had to look a bit further for a dart-only alternative: https://github.com/FirebaseExtended/firebase-dart
(https://stackoverflow.com/questions/57155885/is-there-a-dart-interface-to-firestore-with-api-as-in-https-firebase-google/57155947)