Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thatfiredev/fireXtensions
[DEPRECATED] π₯ Unofficial Kotlin Extensions for the Firebase Android SDK.
https://github.com/thatfiredev/fireXtensions
android android-library firebase firebase-database firebase-firestore firestore hacktoberfest kotlin kotlin-android-extensions
Last synced: 3 months ago
JSON representation
[DEPRECATED] π₯ Unofficial Kotlin Extensions for the Firebase Android SDK.
- Host: GitHub
- URL: https://github.com/thatfiredev/fireXtensions
- Owner: thatfiredev
- License: mit
- Archived: true
- Created: 2018-07-10T19:58:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-22T19:04:28.000Z (over 4 years ago)
- Last Synced: 2024-05-21T13:44:40.809Z (9 months ago)
- Topics: android, android-library, firebase, firebase-database, firebase-firestore, firestore, hacktoberfest, kotlin, kotlin-android-extensions
- Language: Kotlin
- Homepage: https://firebaseopensource.com/projects/rosariopfernandes/firextensions/
- Size: 341 KB
- Stars: 29
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-firebase - FireXtensions - Firebase Android SDKλ₯Ό μν λΉκ³΅μ Kotlin νμ₯ νλ‘κ·Έλ¨μ λλ€. (λͺ¨λ°μΌ / Android)
README
[![FirebaseOpensource.com](https://img.shields.io/badge/Docs-firebaseopensource.com-blue.svg)](
https://firebaseopensource.com/projects/rosariopfernandes/firextensions
)
[![](https://jitpack.io/v/rosariopfernandes/fireXtensions.svg)](https://jitpack.io/#rosariopfernandes/fireXtensions)# fireXtensions [DEPRECATED]
**THIS LIBRARY IS NOW DEPRECATED IN FAVOR OF THE [OFFICIAL FIREBASE KTX LIBRARIES](https://firebaseopensource.com/projects/firebase/firebase-android-sdk/#kotlin_extensions).**
**PLEASE NOTE THAT NOT ALL THE FIREXTENSIONS ARE PRESENT IN THE OFFICIAL KTX, THAT'S BECAUSE SOME
FIREXTENSIONS WOULD CAUSE MEMORY LEAKS WHILE OTHERS SIMPLY DID NOT ADD MUCH VALUE TO THE SDK. IF YOU FIND
A FIREXTENSION WITH NO CORRESPONDING KTX, YOU'LL HAVE TO STICK TO THE OFFICIAL KOTLIN USAGE DEMONSTRATED IN
THE FIREBASE DOCS.****THANKS FOR EVERYONE WHO CONTRIBUTED, SUPPORTED OR USED FIREXTENSIONS!**
## Introduction
fireXtensions are a set of Kotlin extension functions that aim to simplify the way you use the
Firebase SDK for Android.## Available modules
- [Analytics](docs/analytics.md)
## Contributing
Anyone and everyone is welcome to contribute. Please take a moment to
review the [contributing guidelines](CONTRIBUTING.md).## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details## Acknowledgment
Inspired by [Firebase KTX](https://firebaseopensource.com/projects/firebase/firebase-android-sdk/#kotlin_extensions)