Skip to content
Neil Kristian edited this page Jan 31, 2019 · 1 revision

https://console.firebase.google.com/u/0/project/omaha-code/functions/list https://firebase.google.com/docs/web/setup?authuser=0 AAAAOHkzZMU:APA91bEDo3f5r0Ty_y3ndCp8PLcIfF9I9dAnz4TxoOkyYn2_Agu7DrxjcprpkBEL1GnnkcbarrA__w2D2DreZtftu3fL_V9dNT1WlOZRJDmnsksnpitiFoofRF6e4HZ_FQji4MaenRQx

copy and paste into theme

<script src="https://www.gstatic.com/firebasejs/5.8.1/firebase.js"></script> <script src="https://www.gstatic.com/firebasejs/5.8.1/firebase-auth.js"></script> <script> // Initialize Firebase var config = { apiKey: "AIzaSyDvjl0TG2RU954E1zopyaVt6KxGlGl_UFw", authDomain: "omaha-code.firebaseapp.com", databaseURL: "https://omaha-code.firebaseio.com", projectId: "omaha-code", storageBucket: "omaha-code.appspot.com", messagingSenderId: "242551579845" }; firebase.initializeApp(config); </script>

Clone this wiki locally