how to get events in google calendar dialogflow - google-calendar-api

I'm trying to get events from my google calendar with dialogflow fullfilment, if i use only console.log i can see in firebase my events ! and if i try to put in dialogflow i got an error in my log
In that picture i got an error with res.data.items,
I don't know how i can get my event in my google calendar, pls help :D

Related

How to access my Firebase Events in BigQuery

I am trying to use bigquery to get all the events from Firebase Analytics.
There are more than 400 events added in my Firebase Analytics, but I cannot see any of those in my BQ console. Could anyone explain how-tos?
I also have customer dimensions added in Firebase, but I cannot see any of those, too.
Maybe I failed in flooding all the events in the BigQuery....
I clicked the button below, to access to big query
I tried to access to my FB events through bigQuery console, but I could not find a way out.

Firebase Analytics - permission issue

I have some permission issue in firebase analytics. When I go to Analytics => Events => Modify Events => choose android or iOS, I get error that "You do not have permission to access these settings" and when I click on "View more in Google Analytics" I am getting error that "Missing permissions - You do not have access to the account, property or view. Contact an Analytics administrator who has the Manage Users permission." Screenshot for both error attached. Google Analytics Error Modify Event Error. I have owner and admin access in both firebase and Google Analytics account.
This issue may be due to multiple firebase and google analytics account. But I don't know how can I check and fix this.
You can't create custom events on Firebase console. Create through you code and customs events will appear in dashboard. Sometimes it takes time to reflect your data maybe 2 hours or less
You need to add the user you want to have permission to edit/add the Analytics => Events => Modify Events in https://analytics.google.com/analytics/web/ in the analytics project linked to Firebase. The user should be granted Editor access.

Is there a way to integrate Firebase Functions with Google Calendar?

I'm creating a chatbot using chatfuel and storage data on firebase, I would like to know if it is possible to get this events and send then to google calendar. Thanks

app_remove event in Firebase

I am using Firebase Analytics for my Xamarin Forms mobile app. The Firebase documentation says it can track the event "app_remove" . But I cant find that in firebase events dashboard .
Can someone help !
On iOS, when the app is removed by users, users can't go back to the app so that Firebase Analytics can log the app_remove event. In addition, the process is already terminated and there is no way to upload that event even if Analytics can log it. It's nearly impossible to log app_remove events on iOS.
For Android app, please note that the app should be linked to Google Play to report app_remove event on Firebase.

Trigger a Google Analytics for Firebase function doesn't work

I'm trying to trigger a cloud function when an specific event happens, but it does not work.
I have marked the event as conversion event in the Events tab of the Firebase console Analytics pane.
When the event is triggered, I can see it in the Debug View tab of the Firebase console Analytics pane, but nothing happens in Firebase console Function pane.
Here I leave you my index.js file:
I had the same problem. The problem in my case was in the data privacy settings for my firebase project.
You must activate the "Sharing Analytics data with Firebase features" option, otherwise cloud function trigger from Google Analytics event will not work.
I had the same problem, and checked all the settings mentioned by #yasyd , but none of those helped.
2 hours after I got my event log trigger deployed and turned on the conversion event, my cloud function started to work and got fired when an event was logged, so it just need some time.
I guess they should mention this delay in the Firebase Functions documentation.
Issue I faced was it was a web app I was trying to send the conversion analytics from, in order to trigger cloud function. But doc says it is not supported.
Only iOS and Android events marked as conversion events are currently supported by Cloud Functions; Web conversion events are not currently available. You can specify which events are conversion events in the Events tab of the Firebase console Analytics pane.

Resources