Auth Umstellung zu firebase #122
Labels
No Label
Bug
Critical
Feature
Improvement
Question
Text Improvement
timo
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: aknuth/bizmatch-project#122
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Login with Google

--> neue Authorised redirect URIs unter
https://console.cloud.google.com/auth/clients/1065122571067-rm5i9c2ff3dp49krkftk028r8aj89itd.apps.googleusercontent.com?inv=1&invt=Abq5cQ&project=bizmatch-net
--> proxy server unter caddy
auth.bizmatch.net {
reverse_proxy https://bizmatch-net.firebaseapp.com {
header_up Host bizmatch-net.firebaseapp.com
header_up X-Forwarded-For {remote_host}
header_up X-Forwarded-Proto {scheme}
header_up X-Real-IP {remote_host}
}
}
und
firebaseConfig: {
apiKey: ,
authDomain: 'auth.bizmatch.net',
projectId: 'bizmatch-net',
storageBucket: 'bizmatch-net.firebasestorage.app',
messagingSenderId: ,
appId: ,
measurementId: ,
},
umgesetzt