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

Commit c063beb

Browse files
authored
Update README.md
1 parent 2d9be81 commit c063beb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ return [
1919
// ...
2020

2121
'firebase' => [
22-
'driver' => 'firebase',
23-
'type' => 'firestore', // database or firestore
24-
'databaseURL' => env('FB_DB_URL'), // the real time database url
25-
'creds_file' => env('FB_CREDENTIALS_FILE'), // service account json file
22+
'driver' => 'firebase',
23+
'type' => 'firestore', // database or firestore
24+
'databaseURL' => env('FB_DB_URL'), // the real time database url
25+
'creds_file' => env('FB_CREDENTIALS_FILE'), // service account json file
2626
'collection_name' => env('FB_COLLECTION_NAME'), // ex.notifications
2727
],
2828
],

0 commit comments

Comments
 (0)