i've manage to connect flutter to google sheets through google cloud console
the thing is,i'm trying to learn more about it
my goal is to make a crud app
is there a good resources to learn how to do that?
Related
Successfully using the Google Places API to display location photos in an iOS app. However, apparently this API isn't meant for client-side apps so when I deploy my Flutter app to the web I get a bunch CORS errors.
Unfortunately the docs for the Google Maps API don't speak to Flutter implementations though I found these two Flutter plugins that allow you to work with it:
google_maps_flutter
google_maps_flutter_web
The only issue is that they only provide examples of working with Google Maps and not getting locations photos. Does anyone have experience with these plugins or this issue?
Ideally I wouldn't have to use a plugin at all, I'd like to just be able to hit some endpoint like I can with the Places API, though the docs for this don't mention being able to do this.
What is the best option to get google analytics data in a flutter app?
I'm a new beginner in app development.
My app should show some analytics data and some graphics (I'll use a chart library).
What is the easiest way to get google analytics data?
How to play SCORM content in flutter mobile application.
Basically this is used to make online learning more interactive and used in online learning application.
Got reference for web application not for mobile application.
I have done google for this but not getting anything for flutter mobile application.
I am trying to use some analytics service with my {N} app.
I succesfully added Angulartics to the app, but don't know how to provide it with my (google analytics) key - there's no index.html, where I could write my key.
I checked Nathan Walker's seed, but I am failing to see how to configure the analytics service for NativeScript.
There are also plugins for analytics for NativeScript, but they don't seem to be focused on an Angular2 app.
How do I configure and use analytics in my app?
After searching and discussing on NativeScript's Slack I found, that a simple solution does not exist. These are my two options:
Implement a plugin
Integrate Firebase
I went with Firebase, since I needed to implement push notifications anyway.
I'm developing an iPhone Application where I want to integrate google cloud storage so that I can store images. Please anyone can help me or provide me the link of sample. I tried searching but could not find.
Thanks
I recommend using the Google APIs Client Library for Objective-C. It uses the JSON API. You will need to enable the JSON API by visiting the Cloud Console, clicking APIs, and enabling the "Google Cloud Storage JSON API"
There is no specific library or sdk for Cloud integration but there is a web based interface you can integrate for google cloud. you'll have to read about it a little. here's the link
https://developers.google.com/storage/