You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I am looking to integrated firebase crashlytics incident management with OpsGenie.
Is that direct integration possible?
If not, how can I achieve this incidents from crashlytics alert management using Opsgenie?
Hi @Vignesh AP ,
We do have an integration with Crashlytics that you can read about here:
https://support.atlassian.com/opsgenie/docs/integrate-opsgenie-with-crashlytics/
Thanks for your reply John.
This article has a warning notice in its beginning stating
"Currently, we do not support Firebase Crashlytics."
And When I check the Integration section of my Firebase, I don't find OpsGenie option there. I am having owner access to my project.
Still this integration is supported ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vignesh AP ,
It looks like we don't have a Firebase Crashlytics integration at this time but you can always utilize our API and build your own connection.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Appreciate your help @John M
I read about the APIs and understand any system that can make HTTP calls can use this OpsGenie Alert APIs ( provided the access token ).
Firebase don't have any such direct integration feature which can make API calls is what I observed.
If we can add APIs to any alerts in firebase you know, kindly help me on that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like Firebase has cloud functions that allow you to capture alert events and send them to any 3rd party system:
https://firebase.google.com/docs/crashlytics/velocity-alerts#basic-alerts-3p
You would then setup an API integration in Opsgnie that can receive those events.
Alternatively, if you are using Jira you could post the events to Jira first, since there is an integration between Firebase and Jira, then send the events to Opsgenie from Jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.