GithubHelp home page GithubHelp logo

agabaandre / codeigniter-firebase-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ideagital/codeigniter-firebase-library

0.0 1.0 0.0 4 KB

Firebase library for Codeigniter

PHP 100.00%

codeigniter-firebase-library's Introduction

Codeigniter Firebase Library

  1. Install kreait/firebase-php package with Composer.
composer require kreait/firebase-php ^4.18
  1. Edit file application/config/autoload.php replace this following line.
...
$autoload['libraries'] = array('firebase');
...
$autoload['config'] = array('firebase');
...
  1. Goto Firebase Console navigate to Project settings -> Service accounts in the Firebase Admin SDK tab, click to the "Generate new private key" button then click "Generate key" to download .json file and save as to application/config folder in the project.

  2. Copy your .json file name from step 3. replace it to application/config/firebase.php file in the $config['filebase_app_key] array like this.

$config['firebase_app_key'] = __DIR__ . '/../config/your-app-firebase-adminsdk-xxxxx-xxxxxxxxxx.json';
  1. Now. You can use firebase library in the Controller file like this.
$this->load->library('firebase');
$firebase = $this->firebase->init();
$db = $firebase->getDatabase();

You can find more usage examples at https://firebase-php.readthedocs.io/en/stable/overview.html#usage-example. and https://www.cloudways.com/blog/php-firebase-integration

codeigniter-firebase-library's People

Contributors

savepong avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.