Hi gang,
What solutions do I have for an auto complete in the field where the user enters an (address) input or an auto-complete based on my database fields (city, hotel name,etc) FOR MOBILE NATIVE?
Cheers!
Hi gang,
What solutions do I have for an auto complete in the field where the user enters an (address) input or an auto-complete based on my database fields (city, hotel name,etc) FOR MOBILE NATIVE?
Cheers!
Howdy! I use the āGoogle Places API (new)ā which works quite well and has a lot of features available. Admittedly Iām not as skilled with setting up APIs, so I used @georgecollier 's Buildprint to help me get it configured and finessed.
Hey MSGIBLIN,
What do you mean the google places api new? Can you walk me through how you did that?
Cheers!
I created an account on Google developers to get access to their APIs, and then setup what they now call the āPlaces API (new)ā which gave me the API key to add to Bubbleās API connector. Once it was added to Bubble and authenticated, I worked out what data I was sending/receiving, and how to display the received data.
I do recommend using a Buildprint to help you through this, especially if setting up APIs is new for you. Itāll also walk you through what to setup on the Google side.