Last active
December 2, 2019 01:54
-
-
Save geeksilva97/c33d0cd4399a4712c5906ce043344913 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
<title>Medium - Emulators Suite</title> | |
</head> | |
<body> | |
<!-- SDK Core --> | |
<script src="https://www.gstatic.com/firebasejs/7.2.1/firebase-app.js"></script> | |
<!-- Realtime Database --> | |
<script src="https://www.gstatic.com/firebasejs/7.2.1/firebase-database.js"></script> | |
<!-- Cloud Firestore --> | |
<script src="https://www.gstatic.com/firebasejs/7.2.1/firebase-firestore.js"></script> | |
<!-- Cloud Functions --> | |
<script src="https://www.gstatic.com/firebasejs/7.2.1/firebase-functions.js"></script> | |
<script> | |
// Firebase initialization goes here | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment