Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fuse-compound/Fuse.Firebase
The start of fuse bindings for Firebase
https://github.com/fuse-compound/Fuse.Firebase
firebase fuse fuseopen
Last synced: 3 months ago
JSON representation
The start of fuse bindings for Firebase
- Host: GitHub
- URL: https://github.com/fuse-compound/Fuse.Firebase
- Owner: fuse-compound
- License: mit
- Created: 2016-08-16T07:04:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T16:23:18.000Z (about 5 years ago)
- Last Synced: 2024-04-30T05:33:19.760Z (7 months ago)
- Topics: firebase, fuse, fuseopen
- Language: Uno
- Size: 812 KB
- Stars: 58
- Watchers: 17
- Forks: 29
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-fuse - Firebase - Firebase bindings for Fuse. (Open Source)
README
# Fuse.Firebase
[![license](https://img.shields.io/github/license/cbaggers/Fuse.Firebase.svg?maxAge=2592000)](https://github.com/cbaggers/Fuse.Firebase/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/fuse-compound/Fuse.Firebase.svg?branch=master)](https://travis-ci.org/fuse-compound/Fuse.Firebase)
[![slack](https://img.shields.io/badge/chat-on%20Slack-red.svg?maxAge=2592000)](https://slackcommunity.fusetools.com)This project's goal to make Firebase bindings for Fuse. Currently we have:
- Authentication using Email, Google & Facebook providers
- Basic Ad & Analytics support
- Realtime database
- Simple storageAll are welcome to come hacking on this so we can flesh this out to cover the full gammut of features provided by Firebase! Whether it's as small as a typo fix or as large and a entire feature, please feel free to fork and summit pull requests.
## Requirements
- Fuse version >= 0.25: This is needed as a bunch of changes shipped in that version to make this all possible including appcompat7 Activity as super class for the app's activity
- Firebase account
- [Cocoapods](https://cocoapods.org/) (if working on OSX) It should be enough just to run `sudo gem install cocoapods`If you are using Facebook for authentication you will also need a Facebook developer account.
## Docs
See [here for our documentation](docs/index.md)
## Issues and Feature requests
We welcome issues and feature requests just please make sure you fill the template.
## Need help?
We have a Slack channel ready for you. Come [join us](https://slackcommunity.fusetools.com).