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

Commit 02b5109

Browse files
authored
Update README.md
1 parent 81f9284 commit 02b5109

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ return [
2121
'firebase'=> [
2222
'driver'=> 'firebase',
2323
'apiKey'=> env('FB_API_KEY'),
24-
'databaseURL'=> env('FB_DB_URL'), // the real time database url'projectId'=> env('FB_PROJECT_ID'),
24+
'databaseURL'=> env('FB_DB_URL'), // the real time database url
25+
'projectId'=> env('FB_PROJECT_ID'),
2526
'creds_file'=> env('FB_CREDENTIALS_FILE'),
2627
'collection_name'=> env('FB_COLLECTION_NAME'), // ex.notifications
2728
],

0 commit comments

Comments
 (0)