---
name: 🧪 Alpha SDK bug report
about: Have you found a bug in one of our pre-release or alpha SDKs? File it here.
title: ''
labels: alpha
assignees: ''

---

<!-- Step 1 [READ THIS] -->
<!--
Are you in the right place?
  * For issues or feature requests related to __the code in this repository__
    file a Github issue.
  * If you are not yet participating in our Alpha and would like to join, use this form:
    https://forms.gle/bKBEm48W8EMPLaUp9
  * For general Alpha discussion, use the google group:
    https://groups.google.com/g/firebase-js-sdk-testers
-->

<!-- Step 2 -->

### [REQUIRED] Describe your environment

  * Operating System version: _____
  * Browser version: _____
  * Firebase SDK version: _____
  * Firebase Product: _____ (auth, database, storage, etc)

<!-- Step 3 -->

### [REQUIRED] Describe the problem

#### Steps to reproduce:
<!--
  What happened? How can we make the problem occur?
  This could be a description, log/console output, etc.
-->
#### Relevant Code:

```javascript
// TODO(you): code here to reproduce the problem
```
