Firebase¶
Integration of Google Firebase services with shiny, built with packer.
Features¶
Authentication
- Email & Password
- Email Link
- Github
- Microsoft
- Yahoo!
- Phone
Analytics
Track users, events, and more.
Storage
Use Firebase storage to securely store files.
Real-time database
Use Firebase real-time database.
Installation¶
Install the stable version from CRAN:
install.packages("firebase")
Install the development from Github using remotes:
# install.packages("remotes")
remotes::install_github("JohnCoene/firebase")
Related¶
Similar projects.
Code of Conduct¶
Please note that the firebase project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.