Top

Probot documentation

How to Hide Show Category in firebase :


  1. Before using app you need to add Category Hide or Show Functionality.
  2. Go to firebase console https://console.firebase.google.com/
  3. Now you need to add all category enable value for that
  4. Select Project, after that on left handel menu click Firestore Database
  5. Now click on Start Collection one pop-up will appear give collection name categoryAccess
  6. After that click on Auto-ID
  7. Add All below field in firebase
    
    No. Fields  -> datatype
    1.  isCodeGeneratorEnable -> bool -> If You want to Hide Code Generater in App just give false or else give true value ->
    2.  isTranslateAnythingEnable -> bool -> If You want to Hide Translate AnyThing in App just give false or else give true value ->
    3.  isSocialMediaEnable -> bool -> If You want to Hide Social Media in App just give false or else give true value ->
    4.  isEmailGeneratorEnable -> bool -> If You want to Hide Email Generater in App just give false or else give true value ->
    5.  isPersonalAdvisorEnable -> bool -> If You want to Hide Personal Advisor in App just give false or else give true value ->
    6.  isPasswordGeneratorEnable -> bool -> If You want to Hide Password Generater in App just give false or else give true value ->
    7.  isTravelEnable -> bool -> If You want to Hide Travel Hangout in App just give false or else give true value ->
    8.  isEssayWriterEnable -> bool -> If You want to Hide Essay Writer in App just give false or else give true value ->
    9.  isContentWritingEnable -> bool -> If You want to Hide Content Writing in App just give false or else give true value ->
                                  

  8. You can add multiple category for hide show in this by adding as above fields
  9. Your firestore database look like below
  10. Your Admin Panel look like below