Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 7e29176

Browse files
authored
Update README.md
1 parent 24cc287 commit 7e29176

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ return [
2020

2121
'firebase'=> [
2222
'driver'=> 'firebase',
23-
'apiKey'=> env('FB_API_KEY'),
2423
'databaseURL'=> env('FB_DB_URL'), // the real time database url
25-
'projectId'=> env('FB_PROJECT_ID'),
26-
'creds_file'=> env('FB_CREDENTIALS_FILE'),
24+
'creds_file'=> env('FB_CREDENTIALS_FILE'), // service account json file
2725
'collection_name'=> env('FB_COLLECTION_NAME'), // ex.notifications
2826
],
2927
],

0 commit comments

Comments
 (0)