https://github.com/appcoda/firebasedemo
Building a Social Jokes App using Firebase
https://github.com/appcoda/firebasedemo
Last synced: 3 months ago
JSON representation
Building a Social Jokes App using Firebase
- Host: GitHub
- URL: https://github.com/appcoda/firebasedemo
- Owner: appcoda
- Created: 2016-02-02T12:21:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T12:16:17.000Z (over 9 years ago)
- Last Synced: 2024-04-17T04:08:07.043Z (about 1 year ago)
- Language: Swift
- Homepage: http://www.appcoda.com/firebase/
- Size: 17.1 MB
- Stars: 69
- Watchers: 9
- Forks: 20
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a Social Jokes App using Firebase and Swift
Among the best and most popular BaaSs is Google's [Firebase](https://www.firebase.com). Actually, Firebase is positively fantastic in performance, implementation, and upkeep. The key to Firebase's immediate value is its realtime database that stores data in JSON. Any change in the database is immediately synced across all clients, or devices, that use the same database. In other words, Firebase is ridiculously fast; everything is updated instantly.
Firebase also offers user authentication along with storage, and all data is transferred via a secure SSL connection. For authentication, we can choose from any combination of email and password, Facebook, Twitter, GitHub, Google, or a custom solution.

This demo will show you how to use Firebase to build a social Jokes app. For full tutorials, you can refer to the link below:
http://www.appcoda.com/firebase/