> ## Documentation Index
> Fetch the complete documentation index at: https://docs2.growthbook.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Setting up Firebase as an event tracker

> This document outlines the steps needed to add your Firebase to GrowthBook.

export const MissingEventTrackerDocs = ({eventTracker, slug}) => {
  return <>
            <p>
                Growthbook will modify its default sql settings to work as seamlessly as possible with {eventTracker}.  
                After choosing {eventTracker} as your data source and filling in the connection info, you can proceed with any modifications of your <a href={`/app/datasources`}>configuration settings.</a>
            </p>
            <p>    
                Unfortunately a detailed guide for {eventTracker} has not been written yet. 
                However we do have a thriving developer community on <a href={`https://slack.growthbook.io?ref=docs-event-tracker-${slug}`}>Slack</a> that you can reach out to in order to get your implementation working.  Once you get your implementation working please consider contributing back to the community by <a href="https://github.com/growthbook/growthbook/blob/main/CONTRIBUTING.md#working-on-docs">creating this page</a>. 
            </p>
        </>;
};

<MissingEventTrackerDocs eventTracker="Firebase" slug="firebase" />
