Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navneet195/grabdriver
GRAB DRIVER - THE APP FOR DRIVERS
https://github.com/navneet195/grabdriver
app driver firebase firebase-auth firebase-database geofire ios location locationmanager swift5-1 xcode
Last synced: about 1 month ago
JSON representation
GRAB DRIVER - THE APP FOR DRIVERS
- Host: GitHub
- URL: https://github.com/navneet195/grabdriver
- Owner: navneet195
- Created: 2020-06-08T15:39:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-08T17:12:26.000Z (over 4 years ago)
- Last Synced: 2024-11-11T04:24:25.280Z (3 months ago)
- Topics: app, driver, firebase, firebase-auth, firebase-database, geofire, ios, location, locationmanager, swift5-1, xcode
- Language: Swift
- Homepage:
- Size: 17.7 MB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Grab Driver - the app for drivers
GRAB DRIVER - THE APP FOR DRIVERS
- Be your own boss. Earn more by driving with Grab whenever you want.
- Track your earnings easily in the app.
- Get access to exclusive benefits, training and support.# Driver Ride Accept and Live Location Sharing
The primary feature of Live Location Sharing. Live Location Sharing is useful for:Workforce productivity apps with messaging and customer support capabilities
Peer-to-peer marketplaces for cab services
Ridesharing and carpooling apps like grab
It helps solve the user's anxiety of “where are you”.![[Watch Demo](https://www.youtube.com/watch?v=Rxtiq3PBpEo)](https://img.youtube.com/vi/Rxtiq3PBpEo/0.jpg)
# Requirements
`OS X 10.15.5+`
`Xcode 11.5 or above`# Create a Firebase project
In the Firebase console, click Add project, then select or enter a Project name. If you have an existing Google Cloud Platform (GCP) project, you can select the project from the dropdown menu to add Firebase resources to that project.download GoogleService-Info.plist file and add on your project.
![](https://github.com/navneet195/Grab-Shuttle/blob/master/info.png)
# Getting Started
The main goal of grab driver is to provide an easy way to work with location related functionalities (gps tracking, ip tracking, autocomplete of places, geocoding, reverse gecoding...) with ease.Using this lightweight library you will not need to struggle with GeoFire's delegate and settings anymore; just ask for data and wait for it: Grab driver calibrate GeoFire's settings (distanceFilter, accuracy...) for you based upon running requests.
How Grab Driver Live App uses firebase database API use
Grab Driver Live App uses Grab Driver firebase API to create and complete trips by using Live realtime database. Live App Backend allows to integrate.# Usage
Firebase is an app development platform with tools to help you build, grow and monetize your app. More information about Firebase can be found at https://firebase.google.com.# Install Firebase pod on your project
```
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'GeoFire', '>= 1.1'
```# License
This software is Open Source under the MIT license, see LICENSE for details.