-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME.md
More file actions
executable file
·19 lines (15 loc) · 1.04 KB
/
README.md
File metadata and controls
executable file
·19 lines (15 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Simple Php Firebase Panel with Auth0 Example for Your Apps that using Firebase DB*
Created to update cinema mobile apps' firebase DB.
Used auth0 from > https://auth0.com
Used php-firebase sdk from > https://github.com/kreait/firebase-php
Step 1 :
Create new profile and app on Auth0 Management Panel, set your configuration by following docs of Auth0. Download your pre-packed php files from QuickStart step and move them to "adminpanel" folder..
Or create step by step manuelly. You need to be check configurations on settings section and you need to update your changes both two side on your local files(especially .env file) and on settings page(auth0.com)
..
Step 2:
Go to "sender" folder in main directory and install composer from kreait's php-firebase admin sdk. Update your firebase api info in google-services.json or download json file change with mine.
```
composer install
```
Check my db.json , compare with your firebase db. Just it :)
If you will use this on a public server, dont forget to care security and privacy settings