voluptasmollitia
Version:
Monorepo for the Firebase JavaScript SDK
44 lines (43 loc) • 1.16 kB
HTML
<html>
<head>
<meta charset="UTF-8" />
<title>Test App</title>
<script src="sdk.js"></script>
<style>
.formatted-content {
white-space: pre-wrap;
word-break: break-all;
}
</style>
</head>
<body>
<p>
<label for="appName">App Name</label>
<input id="appName" value="app-name" />
</p>
<p>
<label for="projectId">Project Id</label>
<input id="projectId" value="fis-web-sdk-test-2230d" />
</p>
<p>
<label for="apiKey">API Key</label>
<input id="apiKey" value="AIzaSyAiJrwL5_-j6PefkoY9dFVGvIVYcTMCC_I" />
</p>
<p>
<label for="appId">App ID</label>
<input id="appId" value="1:204686019695:web:8b9ff668e4b8b0934d519a" />
</p>
<p>
<button id="getId">Get ID</button>
<button id="getToken">Get Token</button>
<button id="deleteInstallation">Delete Installation</button>
<button id="clearDb">Clear IndexedDB</button>
</p>
<h1>Requests</h1>
<div id="requests"></div>
<h1>Database Contents</h1>
<div id="database"></div>
<script src="index.js"></script>
</body>
</html>