Top

Chatify Documentation

Chatify Admin is a web application that manages Chatify web and application data. We can add users, manage chat wallpaper, sponsored status, and admin credentials like admob, agoratoken etc.

Change Default Language:


NOTE :
Google Translate was used to translate all of the languages. Interpreted dialects are not 100 % right. To maintain a high level of linguistic precision and clarity for your audience, it is recommended to review and verify the translated content.

NOTE :
Before set default language you need to add all Languages manually in firebase

Follow below setps for add language manually and set default language :
  1. Go to firebase project in left-menu bar click on "Firestore Database"
  2. Now create collection with name of "languages"
  3. NOTE :
    Before add langauge you need to upload all country flag in firebase manually after that copy url and paste it while add langauge for particular language

  4. Now give document Id name as "language"
  5. Now in field select "array" and give name "language"
  6. Now in type select "map"

  7. Add all required keyword for add lanaguage
    No. Fields  -> datatype
    title -> string -> /// langauge name;
    isActive -> bool -> /// If you want to display language or not;
    code -> string -> /// enter country code;
    image -> string -> /// Image Url;
    
  • Add all language manually like this from firebase
  • Now set Default Language in firebase. for that click on "Add Document" under "languages" collection and give document id name as "default_language"

  • Now in field select "array" and give name "language"

    For Default add only one langauge

  • Your All languages are listed in app from firebase code are already implemented
  • If you want to display some langauge only or set default any other language then you can do changes from admin panel