Ionic 6 - Enable mobile GPS - Capacitor geolocation - get user current location | Uber eats app Ep 9

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ก.ย. 2024
  • Hello Friends, Welcome Back to @CodingTechnyks. In this video, we are going to fetch user current location by enabling mobile GPS if its off for our Uber eats clone app using​ #ionic #angular for #android & #ios.
    ► Udemy Course on Ionic Coupon Code
    APREND22 (Up to 97% Off i.e., Rs.360 or $9.99 | Expires April 30, 2022) - www.udemy.com/...
    ► Features:-
    Capacitor Geolocation with Location Accuracy to fetch user current location and enable mobile GPS if off
    Empty Screen Component
    Search Page UI
    Swiperjs banners and cards
    Custom Tabs Layout
    Firebase 9 - Email based Authentication
    Configure firebase functions, Firestore, Storage in Ionic project
    Onboarding Screens with Animated slides in the background
    Log In Screen
    Sign Up Screen
    With proper Form Validation & Error messages
    Ionic Page Components
    Ionic Service
    Ionic Capacitor 3 Storage Plugin
    Ionic Guards including Auth Guard.
    ► Uber-Eats Clone App Series: www.youtube.co....
    ► Uber-Eats Clone App Previous Episode: • Ionic 6 On-Boarding Sc...
    ► App Auth Screen Playlist: bit.ly/authScre...
    ► Setup Ionic 5 Project: • Video
    ► Source Code: github.com/Nyk...
    ► Social Media
    Facebook: / codingtechnyks
    Github: github.com/Nykz
    Instagram: / codingtechn. .
    Twitter: / codingtechnyks
    ► Credits
    Background vector created by coolvector - www.freepik.com (www.freepik.co....
    Apple Icon: / 67385116. .
    Background photo created by dashu83 - www.freepik.com (www.freepik.co...)
    Background photo created by dashu83 - www.freepik.com (www.freepik.co...)
    Food photo created by KamranAydinov - www.freepik.com (www.freepik.co...)
    Onboarding screen images:
    Business vector created by freepik - www.freepik.com (www.freepik.co...)
    Health vector created by freepik - www.freepik.com (www.freepik.co...)
    Food photo created by freepik - www.freepik.com (www.freepik.co...)
    Thumbnail: Travel vector created by freepik - www.freepik.com(www.freepik.co...)
    Thanks for watching!
    Kindly Like + Subscribe for such Interesting Videos.

ความคิดเห็น • 20

  • @josequintin2467
    @josequintin2467 2 ปีที่แล้ว

    Fantastic!!!!

  • @etimessang4980
    @etimessang4980 2 ปีที่แล้ว

    Finally....thanks

  • @bajrangchapola6748
    @bajrangchapola6748 ปีที่แล้ว

    Do we need to manually enable location first in device, then its works OR its works like native applications?

    • @CodingTechnyks
      @CodingTechnyks  ปีที่แล้ว

      It’s like native, if you give permission then and location off then it prompts you to enable it

  • @علياءاسامه-ت4م
    @علياءاسامه-ت4م 2 ปีที่แล้ว

    Thanks. Can i ask if with capacitor i can remove default splash screen and put animated image instead. Hiding splash is not work

  • @argelpamintuango1956
    @argelpamintuango1956 2 ปีที่แล้ว

    is the geolocation cached? it doest get the latest coordinates from the device even if I used location spoofing

    • @CodingTechnyks
      @CodingTechnyks  2 ปีที่แล้ว

      I don’t think so
      Check your logs, what it shows out there
      Close app and check again

  • @uditnair90
    @uditnair90 ปีที่แล้ว

    Hi, I'm looking for a way to keep fetching my geolocation ( co-ords ) to firebase... the thing is, it works great even when the screen is off but as 5 mins pass, at exact 5 mins the updation stops but I keep seeing the gps sign on the driver's mobile and even the noti. but there;s no hit on firebase, for the battery optimization android and ios kills the background apps after 5 mins... Any ideas how to overcome this issue.

    • @CodingTechnyks
      @CodingTechnyks  ปีที่แล้ว

      Hi Udit, i understand your requirement. But the problem is that OS kills your app in background after a certain time period. To overcome this problem you need to work with some native functionality which even i havent tried yet

    • @CodingTechnyks
      @CodingTechnyks  ปีที่แล้ว

      github.com/capawesome-team/capacitor-background-task

  • @princejairofortuna7525
    @princejairofortuna7525 2 ปีที่แล้ว

    Is it possible to create an admin and recieve the location of the user? Using firebase

    • @CodingTechnyks
      @CodingTechnyks  2 ปีที่แล้ว +1

      You can create admin, as it’s a user with different role as shown in my ionic complete course, also can fetch user location, also covered in the course

    • @CodingTechnyks
      @CodingTechnyks  2 ปีที่แล้ว +1

      If you want the admin to see user location, then you can store user location in firebase and call it as admin

    • @princejairofortuna7525
      @princejairofortuna7525 2 ปีที่แล้ว

      @@CodingTechnyks ok thank you, aside from this tutorial do you have other videos related to it that could help me? help is so appreciated.

    • @CodingTechnyks
      @CodingTechnyks  2 ปีที่แล้ว

      Contact me via Facebook messenger

    • @CodingTechnyks
      @CodingTechnyks  2 ปีที่แล้ว

      facebook.com/profile.php?id=100005738530768

  • @jayeshkhairnar3709
    @jayeshkhairnar3709 ปีที่แล้ว

    I'm click on fetch button then show error.
    home:761 ERROR Error: Uncaught (in promise): Error: Location services are not enabled
    Error: Location services are not enabled
    i need to turn on gps location..
    I'm use capacitor 4
    Please help..

    • @CodingTechnyks
      @CodingTechnyks  ปีที่แล้ว

      Go to app settings and enable location permission for your app and try again
      If still facing issues then let me know