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
Copy file name to clipboardExpand all lines: examples/complete/simple/README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,14 @@ It correctly bundles React in production mode and optimizes the build for the be
62
62
The build is minified and the filenames include the hashes.<br>
63
63
Your app is ready to be deployed!
64
64
65
+
## Emulator
65
66
66
-
### Integrating Auth
67
+
The database emulators provided by Firebase allow you to run the full application on a database the is emulated locally. This means that the data will be cleared each time you start the emulator. To use the emulator run the following:
68
+
69
+
1. Start the emulators: `yarn emulate`
70
+
1. Start the app: `yarn dev`
71
+
72
+
## Integrating Auth
67
73
68
74
Checkout [the auth recipes](../../../docs/recipes/auth.md) for some simple examples of how to integrate auth.
0 commit comments