eltersouza / ice-cream-stores-demo

Demo based on - Build Mobile Apps With Flutter and Google Maps (Cloud Next '19) [https://www.youtube.com/watch?time_continue=1&v=RpQLFAFqMlw]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ice_cream_stores_demo

Demo based on - Build Mobile Apps With Flutter and Google Maps (Cloud Next '19)

Important steps to run the project

#1 - Add api key for google maps services

You'll need to enable google maps services in a google cloud platform project and create an api key to access the services. After that, you'll have to insert your api key in 3 files inside the project (just serch for "api_key_here"). The files are:

  • "api_key.dart"
  • "ApiKey.m"
  • "AndroidManifest.xml"

#2 - Replicate the cloud firestore database

You'll have to replicate the database and data within Firebase's Cloud Firestore. Cloud Firestore is pretty straightforward and you won't have a hard time replicating the database shown in the demo on youtube, I guess :)

I hope this helps!

About

Demo based on - Build Mobile Apps With Flutter and Google Maps (Cloud Next '19) [https://www.youtube.com/watch?time_continue=1&v=RpQLFAFqMlw]


Languages

Language:Dart 66.5%Language:Ruby 18.5%Language:Objective-C 11.8%Language:Java 3.2%