Skip to content

Instantly share code, notes, and snippets.

@MohammadRijwan
Created April 29, 2020 05:30
Show Gist options
  • Save MohammadRijwan/dbf936f6c29420022390c324f93a3e34 to your computer and use it in GitHub Desktop.
Save MohammadRijwan/dbf936f6c29420022390c324f93a3e34 to your computer and use it in GitHub Desktop.
Database
import 'package:cloud_firestore/cloud_firestore.dart';
class DatabaseServices {
final CollectionReference bewCollection = Firestore.instance.collection('brews');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment