Skip to content

arturjnt/firebase_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firebase_chat

An exercise using Flutter + Firebase (Real-Time Database).

Web and Android work fine, iOS couldn't test due to lack of a Mac.

Getting Started

Change the /android/app/google-services.json to use your configurations and there you go. Your own chat app that saves all data on the cloud (meaning: your firebase real-time db) just like other companies do 😇

Generate apk

> flutter build apk