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: 2 months ago
JSON representation

[DEPRECATED] πŸ”₯ Unofficial Kotlin Extensions for the Firebase Android SDK.

Lists

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)