APP FOR FACE RECOGNITION ON UPLOADING PHOTOS WITH REACT NATIVE EXPO, FIREBASE, AND MICROSOFT AZZURE
STEPS TO SET AZZURE CONFIG
- Rename the file 'config.example.ts' to 'config.ts'
- Set your config within the file
- If your config is valid and your azzure account is working, it should work normally
STEPS TO SET FIREBASE
- Rename the file 'firebase.example.ts' to 'firebase.ts' at the root of the project
- Set or paste your Firebase app config within the file
- If your permissions of Authentication, Firestore and Storage are enabled or unrestricted, firebase should work normally.