• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Tagxi Super - Taxi + Goods Delivery Complete Solution

Tagxi Super - Taxi + Goods Delivery Complete Solution V2.2

No permission to download
hey you need to setup firebase then enable firebase cloud messaging. From google cloud console you need to create key pair which will be then used to send push notification.
 
hey you need to setup firebase then enable firebase cloud messaging. From google cloud console you need to create key pair which will be then used to send push notification.

where do i create this keypair and where do i put the keys?
 
where do i create this keypair and where do i put the keys?
1689409022704.png

Click & go to manage Api in cloud console. It will open up library page. You need to enable that
1689409117116.png
You will find enable button there first enable it. Now go back to firebase reload the page you will see you server key there. Now to generate json for push you need to goto service account. One way is by clicking on Service account Button in firebase.
1689409474913.png

Now just click on your service account like this
1689409551810.png
After that create new key pair.

1689409603880.png

Now select json & click on create
1689409747819.png

Now you need to place json in root directory where you admin is installed inside public/push-configurations You also need to update the name to firebase.json
 

Attachments

  • 1689409675377.png
    1689409675377.png
    47.4 KB · Views: 23
Hi, has anyone had a problem with the dispatcher panel? In my case sending an order to the application does not work. Writes all the time that there are no drivers.
Any ideas please.
 
The problem was with rules of realtime database, i think. That's is correct:
Code:
  {
  "rules": {
    "drivers": {
      ".read": true,
      ".write":true,
        ".indexOn":["is_active","g","service_location_id","vehicle_type","l","ownerid"],
      },
    "requests": {
      ".read": true,
      ".write": true,
        ".indexOn":["service_location_id"],
    },
       "SOS": {
      ".read": true,
      ".write": true
    },
       "call_FB_OTP": {
      ".read": true,
      ".write": true
    },
      "driver_android_version": {
      ".read": true,
      ".write": true
    },
      "driver_ios_version": {
      ".read": true,
      ".write": true
    },
      "user_android_version": {
      ".read": true,
      ".write": true
    },
      "user_ios_version": {
      ".read": true,
      ".write": true
    },
      "user_package_name": {
      ".read": true,
      ".write": true
    },
      "user_bundle_id": {
      ".read": true,
      ".write": true
    },
      "driver_package_name": {
      ".read": true,
      ".write": true
    },
      "driver_bundle_id": {
      ".read": true,
      ".write": true
    },
      "request-meta": {
      ".read": true,
      ".write": true,
        ".indexOn":["driver_id","user_id"]
    },
      "bid-meta": {
      ".read": true,
      ".write": true,
        ".indexOn":["driver_id","user_id","g"]
    },
      "owners": {
      ".read": true,
      ".write": true,
        ".indexOn":["driver_id","user_id"]
    }
   }
 }
 
The problem was with rules of realtime database, i think. That's is correct:
Code:
  {
  "rules": {
    "drivers": {
      ".read": true,
      ".write":true,
        ".indexOn":["is_active","g","service_location_id","vehicle_type","l","ownerid"],
      },
    "requests": {
      ".read": true,
      ".write": true,
        ".indexOn":["service_location_id"],
    },
       "SOS": {
      ".read": true,
      ".write": true
    },
       "call_FB_OTP": {
      ".read": true,
      ".write": true
    },
      "driver_android_version": {
      ".read": true,
      ".write": true
    },
      "driver_ios_version": {
      ".read": true,
      ".write": true
    },
      "user_android_version": {
      ".read": true,
      ".write": true
    },
      "user_ios_version": {
      ".read": true,
      ".write": true
    },
      "user_package_name": {
      ".read": true,
      ".write": true
    },
      "user_bundle_id": {
      ".read": true,
      ".write": true
    },
      "driver_package_name": {
      ".read": true,
      ".write": true
    },
      "driver_bundle_id": {
      ".read": true,
      ".write": true
    },
      "request-meta": {
      ".read": true,
      ".write": true,
        ".indexOn":["driver_id","user_id"]
    },
      "bid-meta": {
      ".read": true,
      ".write": true,
        ".indexOn":["driver_id","user_id","g"]
    },
      "owners": {
      ".read": true,
      ".write": true,
        ".indexOn":["driver_id","user_id"]
    }
   }
 }
okay thanks
 
please update latest code
v1.5(July 25,2023)

- Flutter version upgraded to 3.10.6
- Multiple vehilce types feature added for drivers app
- Email OTP Feature updated
- Dark theme feature updated
- Minor bug fixes
 
anyone know how to resolve issue upload image from gallery during registration not work
 
  • Love
Reactions: Caly

Forum statistics

Threads
79,478
Messages
1,143,383
Members
248,901
Latest member
StayZe
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock