Super Chat Docs
  • πŸ‘‹Welcome to Super Chat Doc
  • Get Started
    • πŸ’‘Setup & Importing Android Studio Project
    • πŸ”₯Setting up Firebase
    • ☁️Setup Backend - Cloud Functions
    • πŸ€–Enable AI
    • πŸ”‘Adding your SHA-1 Key
    • πŸ“²Enable Video & Voice Calls
    • πŸ—ΊοΈSetup Google Maps & Location Sharing
    • 🌎Translation
    • πŸ“’Notes & Troubleshooting
    • πŸ”Notes regarding Encryption
    • πŸ”’Add Testing Numbers
  • Admin Panel
    • πŸ›‚How to setup Admin Panel
  • End
    • ❀️Thank for using our product
    • πŸ€™Contact Us
Powered by GitBook
On this page
  1. Get Started

Notes & Troubleshooting

PreviousTranslationNextNotes regarding Encryption
  1. it is Highly recommended to upgrade your Firebase Plan to Blaze plan if you have a big number of users . since the Free Plan is Limited. you can see the limits and pricing from

  2. if you have installed the application and there are no contacts are shown even if you have registered contacts, then you have to make sure that you have , after doing that go to Firebase Console > Authentication > Users > and delete all users. next up you should uninstall the app on your devices and reinstall it again. you need to do this only once since you did not deploy Cloud functions before registering your users in the app.

  3. Real Phone numbers will not work on any Emulator,it's Firebase limitation, if you want to test it on emulators you have to

  4. if you have problems when verifying phone number and you are in 'debug' mode,then you have to add your debug SHA1 Fingerprint. by going to Generate SHA1 Fingerprint Tool/OS Type(64 or x86) and run the file debug.bat it will ask you for password enter: android then you have to copy the SHA1 Fingerprint and paste in Firebase Console. like

  5. if you face a problem when verifying Phone Number 'unknown error occured' make sure that you have added your SHA1 Fingerprint

  6. if you have issues when deploying or installing npm dependencies please wait for a minute and try again , also try to close the Anti-Virus on your computer since it may block the non-SSL URL's.

  7. you may see some 'warnings' while building your app on Android Studio, please ignore them as they are just warnings and NOT 'errors' , so they have no effect on your app.

  8. If you got an error while building the project as the image

image

go to build.gradle(app) and replace this line

implementation 'com.googlecode.ez-vcard:ez-vcard:0.10.3'

with

implementation 'com.googlecode.ez-vcard:ez-vcard:0.12.0'

then click on Sync now

  1. If you had build issues regarding 'Java JDK', please make sure to set the JDK version.

You can do that by going to Settings > Build, Execution, Deployment > Build Tools > Gradle > and choose Android Studio java home.

image
πŸ“’
here
deployed Cloud Functions
Add Testing Numbers
here
here