Ionic - Google Map Live Tracking using Firebase

  Рет қаралды 6,233

Coding Technyks

Coding Technyks

Күн бұрын

Пікірлер: 30
@rockypatnaik4961
@rockypatnaik4961 9 ай бұрын
Hi sir this is very helpful us thank you so much, but I have small doubt if delevery boy's minimize or screen off then able to track continuously or not. If it able to track then get any battery drain issue
@alberbm1609
@alberbm1609 Жыл бұрын
Excellent video, I'm curious how to make the animation of the car moving until it reaches its destination.
@CodingTechnyks
@CodingTechnyks Жыл бұрын
When you will go to the destination it will be much smoother as it will cover up distance slowly
@yassineaguelmam8674
@yassineaguelmam8674 11 ай бұрын
excellent video. Is it possible to find the shortest distance (shortest road) between two points in a map in in firebase.
@CodingTechnyks
@CodingTechnyks 11 ай бұрын
You get three options with the alternatives=true option set. You can then search through those for both the shortest and fastest of the routes returned. Connect via Instagram for further queries
@exodking1185
@exodking1185 Жыл бұрын
cool
@GoldenMashegot
@GoldenMashegot 9 ай бұрын
Is this not gonna cost more on firebase? if it does how best to do it?
@CodingTechnyks
@CodingTechnyks 9 ай бұрын
Depends on the request If you don’t want to fetch live location as it changes then there are few options First, update driver location after certain time period when on move like every 1 min Second, read location change after certain time period
@CodingTechnyks
@CodingTechnyks 9 ай бұрын
Execute that with coding
@BongBrothersGaming
@BongBrothersGaming Жыл бұрын
Can you try this kind of tracking with some other maps , mappls because Google need cards right now
@CodingTechnyks
@CodingTechnyks Жыл бұрын
Will think about it
@GoldenMashegot
@GoldenMashegot 9 ай бұрын
what about turn by turn, same way google map navigate work?
@CodingTechnyks
@CodingTechnyks 8 ай бұрын
For that, some animation stuffs need to be used Let’s see will try that too when I get time
@shivamtiwari8789
@shivamtiwari8789 Жыл бұрын
if i put the app in background will it still be tracking
@CodingTechnyks
@CodingTechnyks Жыл бұрын
If our app is killed then no, If only minimized may be yes Check it
@sorrowgei
@sorrowgei 11 ай бұрын
Hello, I am following your guide, but at minute 10:38 the map is not visible in my app. Could it be due to the version 7.1.1 of ionic that I work with? I am very confused about how to implement the map, I need it to finish my university project and I can't find how to apply it :c
@CodingTechnyks
@CodingTechnyks 11 ай бұрын
Check your code with my one There should not be any error, if still facing any then connect via Instagram Link in description
@rajsunaviya7791
@rajsunaviya7791 6 ай бұрын
sorry bro but my map not load 10:38 so plz.. solve this my problem
@CodingTechnyks
@CodingTechnyks 6 ай бұрын
Get my source code Check it if you missed something Also check your Google maps api key if it’s working or not
@SkyePulse26
@SkyePulse26 4 ай бұрын
The minute you switched off strict checking i stopped watching. A junior teaching a bunch of juniors is dangerous. I see this pattern in leadership as well in the dev space ...
@CodingTechnyks
@CodingTechnyks 4 ай бұрын
Hi, you are right about strict typescript checking, it’s a bad practice to turn it to false I made this video last year June, at that time much more strict type checking in angular typescript was introduced with angular version 16 I think, before that the code that I implement had not given those errors as the version of angular and typescript mainly was not checking that strictly, so to have a smooth understanding for the users I did that which I can’t change now in the video. In latest videos, I am explaining without following the same practice. In fact I was about to make a short video on this topic. Anyways, I hope you are aware of many developers avoiding typescript due to much more strict checking. You are free to have your own opinion, and I don’t mind it…but don’t insult the crowd watching it Anyways, thanks for your feedback.
@rockypatnaik4961
@rockypatnaik4961 9 ай бұрын
Hi sir this is very helpful us thank you so much, but I have small doubt if delevery boy's minimize or screen off then able to track continuously or not. If it able to track then get any battery drain issue
@rockypatnaik4961
@rockypatnaik4961 9 ай бұрын
Hi sir this is very helpful us thank you so much, but I have small doubt if delevery boy's minimize or screen off then able to track continuously or not. If it able to track then get any battery drain issue
@rockypatnaik4961
@rockypatnaik4961 9 ай бұрын
Hi sir this is very helpful us thank you so much, but I have small doubt if delevery boy's minimize or screen off then able to track continuously or not. If it able to track then get any battery drain issue
@rockypatnaik4961
@rockypatnaik4961 9 ай бұрын
Hi sir this is very helpful us thank you so much, but I have small doubt if delevery boy's minimize or screen off then able to track continuously or not. If it able to track then get any battery drain issue
@rockypatnaik4961
@rockypatnaik4961 9 ай бұрын
Hi sir this is very helpful us thank you so much, but I have small doubt, if delevery boy's minimize or screen off then able to track continuously or not. If it able to track then get any battery drain issue
@CodingTechnyks
@CodingTechnyks 9 ай бұрын
For that you have to use background tracking, there is a new plugin in capacitor called background runner You can try that Background tracking mostly eats up lot of battery, so to optimise it smart uses is required
@rockypatnaik4961
@rockypatnaik4961 9 ай бұрын
Hi sir this is very helpful us thank you so much, but I have small doubt , if delevery boy's minimize or screen off then able to track continuously or not. If it able to track then get any battery drain issue
@wintendedgamer2328
@wintendedgamer2328 7 ай бұрын
Optimize app , get a pseudo library to adjust Android permissions
@CodingTechnyks
@CodingTechnyks 7 ай бұрын
This is realtime firestore api that is being used If you want to use it in a delivery boy app then when location of delivery boy changes, it’s updated in server then due to realtime firebase api you can get the location tracking If you want to fetch geolocation of driver in realtime whenever it moves even when app minimizes then you have to use background runner plugin of capacitor, that might work to a certain extent and it will impact the battery to some extent for sure
Ionic Change location in Google Maps by Dragging Marker and Map
17:23
Coding Technyks
Рет қаралды 1,8 М.
Track your location with the JavaScript Geolocation API
17:55
Jad Joubran
Рет қаралды 43 М.
Walking on LEGO Be Like... #shorts #mingweirocks
00:41
mingweirocks
Рет қаралды 6 МЛН
When u fight over the armrest
00:41
Adam W
Рет қаралды 23 МЛН
ROSÉ & Bruno Mars - APT. (Official Music Video)
02:54
ROSÉ
Рет қаралды 314 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 36 МЛН
Google Maps & Angular | ANGULAR SNIPPETS
10:18
Academind
Рет қаралды 176 М.
How to use the Capacitor Google Maps Plugin with Ionic
21:59
Simon Grimm
Рет қаралды 25 М.
Ionic firebase push notifications for android
38:33
Coding Technyks
Рет қаралды 13 М.
DDoS 1 | using Cloudflare Articles | @harshvermac5
57:00
Harsh IT Lab
Рет қаралды 169
Google Maps JavaScript API Tutorial
27:27
Traversy Media
Рет қаралды 1 МЛН
Ionic enable GPS (native settings) using Capacitor
31:28
Coding Technyks
Рет қаралды 7 М.
Walking on LEGO Be Like... #shorts #mingweirocks
00:41
mingweirocks
Рет қаралды 6 МЛН