mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
@@ -210,7 +210,7 @@
|
|||||||
|
|
||||||
const firebaseConfig = {
|
const firebaseConfig = {
|
||||||
apiKey: {{ $.Site.Params.firebase.apiKey }},
|
apiKey: {{ $.Site.Params.firebase.apiKey }},
|
||||||
authDomain: {{ $.Site.Params.firebase.apiKey }},
|
authDomain: {{ $.Site.Params.firebase.authDomain }},
|
||||||
projectId: {{ $.Site.Params.firebase.projectId }},
|
projectId: {{ $.Site.Params.firebase.projectId }},
|
||||||
storageBucket: {{ $.Site.Params.firebase.storageBucket }},
|
storageBucket: {{ $.Site.Params.firebase.storageBucket }},
|
||||||
messagingSenderId: {{ $.Site.Params.firebase.messagingSenderId }},
|
messagingSenderId: {{ $.Site.Params.firebase.messagingSenderId }},
|
||||||
|
|||||||
Reference in New Issue
Block a user