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
### Signal Clone App built with React Native + TypeScript + Expo + React Navigation + Firebase Realtime Database + User Authentication + Passwordless Authentication with Magic Link
Build By Saddam Arbaa Project inspired by [Pinterest]https://id.pinterest.com/
144
-
145
-
# Getting Started with Create React App
146
-
147
-
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
200
+
# Environment
148
201
149
-
## Available Scripts
202
+
- To run this project, you will need to create a new project on firebase, setup Firebase Realtime Database and add the following environment variables to your .env file
150
203
151
-
In the project directory, you can run:
204
+
- REACT_APP_FIREBASE_API_KEY
205
+
- REACT_APP_AUTH_DOMAIN
206
+
- REACT_APP_STORAGE_BUCKET
207
+
- REACT_APP_PROJECT_ID
208
+
- REACT_APP_MESSAIN_SENDER_ID
209
+
- REACT_APP_APPID
152
210
153
-
### `npm start`
154
211
155
-
Runs the app in the development mode.\
156
-
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
212
+
# Status
157
213
158
-
The page will reload if you make edits.\
159
-
You will also see any lint errors in the console.
160
-
161
-
### `npm test`
162
-
163
-
Launches the test runner in the interactive watch mode.\
164
-
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
165
-
166
-
### `npm run build`
167
-
168
-
Builds the app for production to the `build` folder.\
169
-
It correctly bundles React in production mode and optimizes the build for the best performance.
170
-
171
-
The build is minified and the filenames include the hashes.\
172
-
Your app is ready to be deployed!
214
+
Project is: _in progress_
215
+
I'm working on it in my free time
173
216
174
-
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
175
217
176
-
### `npm run eject`
218
+
#Inspiration
177
219
178
-
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
220
+
Build By Saddam Arbaa Project inspired by [Pinterest]https://id.pinterest.com/
179
221
180
-
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
181
222
182
-
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
183
223
184
-
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
224
+
# Deployment
185
225
186
-
## Learn More
226
+
To deploy this project on firebase Flow the firebase documentation <ahref="https://firebase.google.com/docs">Firebase Documentation</a>
187
227
188
-
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
228
+
- create a new project on firebase
229
+
- npm install -g firebase-tools
230
+
- firebase init
231
+
- npm run build
232
+
- firebase deploy
189
233
190
-
To learn React, check out the [React documentation](https://reactjs.org/).
191
234
192
-
### Code Splitting
193
235
194
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)
195
236
196
-
### Analyzing the Bundle Size
237
+
#Screenshots
197
238
198
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)
199
239
200
-
### Making a Progressive Web App
240
+
## Log in Page
241
+

201
242
202
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)
203
243
204
-
### Advanced Configuration
244
+
##responsive on large screens
205
245
206
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
249
+
## responsive on small screens
211
250
212
-
### `npm run build` fails to minify
251
+

213
252
214
-
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
0 commit comments