Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created September 12, 2022 18:18
Show Gist options
  • Save hieptl/e7824465f7ed48bfd2ac08bb88367ee5 to your computer and use it in GitHub Desktop.
Save hieptl/e7824465f7ed48bfd2ac08bb88367ee5 to your computer and use it in GitHub Desktop.
Chat App with Firebase - index.html - 1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Firebase RealTime Chat</title>
<link rel="stylesheet" href="./index.css">
</head>
<body>
<!-- scripts -->
<script src="https://www.gstatic.com/firebasejs/8.2.1/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.2.1/firebase-database.js"></script>
<script src="index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment