Skip to content

sathish-a/Faceless

Repository files navigation

Faceless

An application to share surplus food with others, instead of throwing it out!!. Each user will been given with a Bucket List to post what food they have. After a successful post. User's location is pinned to the map and visible to others. Anyone can view anyone's Bucket List and can contact them.

Steps

1.Login with Google account
2.Fill your details (Phone,Address)
3.Add Items to Bucket List
4.Voila!! You are now pinned to the map.

Libraries Used

1.Firebase Realtime Database

Database to store all sort of user's data and other information to set the application work.
Complete package of Firebase

2.GeoFire (Location based query)

Geofire uses Firebase Database to query based on the location.
GeoFire

3.Firebase Storage

Firebase Storage is highly useful when you need to store files in the server. Here I'm storing user's profile picture and images of food.

4.Firebase Authentication

To authenticate user's identity using other providers( Google,Facebook,Twitter,GitHub,Anonymous,Custom Email and Password)

5.Picasso Library

To powerfully manage the image downloading and caching process.
Picasso Library

6.Firebase UI

A complete stop for getting OAuth and Tokens from Servers. Firebase UI does all sort of things by just a single line of code.
Firebase UI

Just Fork and See!!.