Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up Firebase #65

Closed
moul opened this issue May 16, 2019 · 2 comments
Closed

Set up Firebase #65

moul opened this issue May 16, 2019 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@moul
Copy link
Member

moul commented May 16, 2019

Instructions for the web:

<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/6.0.2/firebase-app.js"></script>

<!-- TODO: Add SDKs for Firebase products that you want to use
     https://firebase.google.com/docs/web/setup#config-web-app -->

<script>
  // Your web app's Firebase configuration
  var firebaseConfig = {
    apiKey: "AIzaSyBzLrepNGhispjYaJqX3xWIO9KZpZdvZCk",
    authDomain: "pathwar-pwn.firebaseapp.com",
    databaseURL: "https://pathwar-pwn.firebaseio.com",
    projectId: "pathwar-pwn",
    storageBucket: "pathwar-pwn.appspot.com",
    messagingSenderId: "1009405509165",
    appId: "1:1009405509165:web:89aaba3d48ccec7f"
  };
  // Initialize Firebase
  firebase.initializeApp(firebaseConfig);
</script>
@moul
Copy link
Member Author

moul commented May 22, 2019

Not 100% sure that we will use firebase yet

@moul moul added help wanted Extra attention is needed question Further information is requested labels May 22, 2019
@moul
Copy link
Member Author

moul commented Jul 11, 2019

Not relevant anymore with Keycloak

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant