Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. .....
  2. import 'package:cloud_firestore/cloud_firestore.dart';
  3. .....
  4. class _MyHomePageState extends State<MyHomePage> {
  5. final CollectionReference _movieCollection = Firestore.instance.collection("movie_to_vote");
  6. .....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement