Skip to content

Instantly share code, notes, and snippets.

@geeksilva97
Last active December 2, 2019 01:54
Show Gist options
  • Save geeksilva97/c33d0cd4399a4712c5906ce043344913 to your computer and use it in GitHub Desktop.
Save geeksilva97/c33d0cd4399a4712c5906ce043344913 to your computer and use it in GitHub Desktop.
<!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