An open API service indexing awesome lists of open source software.

https://github.com/uzdevid/yii2-firebase

Firebase integration
https://github.com/uzdevid/yii2-firebase

Last synced: 2 months ago
JSON representation

Firebase integration

Awesome Lists containing this project

README

        

Firebase integration
====================
Firebase integration

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist uzdevid/yii2-firebase "*"
```

or add

```
"uzdevid/yii2-firebase": "*"
```

to the require section of your `composer.json` file.