bizz84 / restaurant_ratings_flutter_firebase

Restaurant In-App Rating Demo App with Flutter & Firebase

Home Page:https://codewithandrea.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant In-App Rating Demo App with Flutter & Firebase

Screenshots

Features

  • Sign in with email & password / anonymous
  • Restaurants List
  • Restaurant detail page with rating UI
  • Cloud Function to calculate average rating and number of ratings

Running the project with Firebase

To use this project with Firebase, some configuration steps are required.

  • Create a new project with the Firebase console.
  • Add iOS and Android apps in the Firebase project settings.
  • On Android, use com.example.restaurant_ratings_flutter_firebase as the package name.
  • then, download and copy google-services.json into android/app.
  • On iOS, use com.example.restaurantRatingsFlutterFirebase as the bundle ID.
  • then, download and copy GoogleService-Info.plist into iOS/Runner, and add it to the Runner target in Xcode.

See this document for full instructions:

References

Videos

Documentation

Sample code

About

Restaurant In-App Rating Demo App with Flutter & Firebase

https://codewithandrea.com/

License:MIT License


Languages

Language:Dart 82.4%Language:Ruby 11.6%Language:TypeScript 3.8%Language:Swift 1.4%Language:Kotlin 0.5%Language:Objective-C 0.1%