Google Actions - Show a contact card to user through google assistant - actions-on-google

Is there a way to show a contact card on Google Assistant by fetching the correct contact from the contacts app based on user's rawinput?

If you're asking if the Assistant on your mobile device has access to the Contacts app on the same mobile device - no.
However, you do have access to the user's contacts through the Google People API. This has the advantage that, once they grant you permission through Account Linking, you'll be able to access their contacts through any of their Google Assistant devices - not just their mobile device.

Related

Are any permissions required to register users with phone numbers in Firebase?

I will publish an app on Appstore. In this application, the user will log into the application using his phone number and become a member. I will publish this application from my personal developer account. Do I need to show any certificate to Firebase for this? Since I will publish this application from my personal developer account, can I register a user with a phone number?
When I register the user with my phone number, will Google ask for a company account from me?

Multiple purchase using single google play account?

I'm new to google play in app purchase. I have created an app that connects on my back-end server. After installing the app to an android device, user can login with different account that they created in my webserver regardless of what google account was logged-in in their android phone. Can I use the same google account to purchase non consumable item from any of the account logged-in using my own authentication? I'm thinking of saving the purchased item to my webserver after google play purchase successful callback. But the problem is when the buyer make a refund? since I have no way of checking who's account in my webserver it is. What is the best way of doing this? I only want the IAP of google play, I don't want to restrict user to have an google account or change google account in my phone when I log in to my own account in my webserver. Sorry if its unclear.

How to Limit Used devices in Salesforce Connected iPhone App

Can I set up my salesforce connected app so that it will only allow one user to sign into the phone, like the salesforce mobile app. I want to prevent our users from buying one license and sharing that license among ten mobile app users.

What happens to an individual .edu Google Apps account that is taken over by a Google Apps for Education migration?

I currently use my #.edu email address as a Google Apps login, and I have a Google Plus account, Google Docs, a Youtube account, Google Finance, and many other Google Apps products tied to that #.edu account profile.
My university is currently planning on moving it's entire .edu domain and email system to Google Apps for Education. How will this affect my current solo Google Apps profile? I know that domain owners can specify which Google Apps products I could login to. Will my Youtube account and all its content be destroyed?
You will be given the option on your next login to either:
Delete your previous account
OR
Rename the 'old' account to a new email address (e.g. sxflynn#gmail.com)
I am not sure what will happen to your solo Apps account once your university moves to Google Apps. But here is a link which may come to rescue you in terms of data at least.
http://www.dataliberation.org/

License to use Google Maps app that comes with iOS

In my application I have "get directions" from the user's current location. When a user taps the location he wants to go to. I do
[[UIApplcation sharedApplication]openURL:googleMapsURL];
Do I need some sort of signing identity, license from Google to send the user to the native Google Maps app when the user wants directions if I want to send the App in to the Appstore?
No need of any Licence from Google or any Signing identity to get approved from AppStore. You can show direction in Native Google Maps app. by opening the following URL string:
http://maps.google.com/maps?saddr=SOURCE_COORDINATES&daddr=DESTINATION_COORDINATES.