You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 3, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,28 @@ This will install the Remixer files in your project's `node_modules` folder.
28
28
remixer.start();
29
29
```
30
30
31
-
### 4. Add variables.
31
+
### 4. (Optional) Configure the Web Remote Controller
32
+
33
+
This **optional** step is only needed if you wish to use the Web Remote Controller. If so, follow these guidelines:
34
+
35
+
- Set up a new or existing [Firebase](https://firebase.google.com/) account as detailed in the [Web Remote Controller](https://github.com/material-foundation/material-remixer-remote-web) repository.
36
+
- Add your Firebase account credentials to your app, and forward the param to the `remixer.start()` method.
0 commit comments