Coder Social home page Coder Social logo

ptahsohn / roomr Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bencullenn/roomr

0.0 0.0 0.0 207 KB

A housing marketplace app for iOS and Android build using Flutter and Firebase

License: MIT License

Ruby 0.50% Objective-C 0.01% Kotlin 0.04% Dart 99.31% Swift 0.14%

roomr's Introduction

Roomr

A housing marketplace app for iOS and Android.

Features

This project is designed to be a starting point for anyone that wants to build a marketplace app in Flutter. Some of the features include:

  • Firestore database to store listings
  • Firebase storage to store listing photos
  • Firebase Authentication to allow users to create accounts
  • Google maps API to enable location search autocomplete
  • Cross platform support (iOS and Android)
  • Adaptive interface layouts that fit both tablets and phones

Getting Started

Use the steps below to enable the features that require backend services or API's

Step 1

  • Follow the instructions from the FlutterFire documentation to install the FlutterFire CLI.
  • Create a Firebase project and make sure the following products are enabled:
    • Firebase Authentication (email and password enabled)
    • Firebase Storage
    • Firestore Database
    • Project is upgraded to paid/blaze plan
  • Use the FlutterFire CLI to generate a firebase_options.dart file
  • Remove the path "/lib/firebase_options.dart" from the .gitignore file if you'd like to check the file into version control.

Step 2 This project has google maps autofill functionality. This requires an API key from the Google Maps console to work.

  • Enable the Google Maps "Places API" in Google Cloud and create an API. Follow this tutorial for more detailed instructions.
  • Locate the Places Service file (lib/services/places_service.dart) and add your API key where it says 'YOUR API KEY HERE'.

Step 3 The search screen will require some custom indexes to work properly. If a search is not working check the console output and click the link to create the needed index.

That's it! You can now run the app on a mobile device and it will use your Firebase project.

roomr's People

Contributors

bencullenn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.