import { createProvider } from "../../create-provider"; export const ABTesting = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/firebase/grow/ab-testing.png" ); export const AppIndexing = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/firebase/grow/app-indexing.png" ); export const DynamicLinks = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/firebase/grow/dynamic-links.png" ); export const InAppMessaging = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/firebase/grow/in-app-messaging.png" ); export const Invites = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/firebase/grow/invites.png" ); export const Messaging = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/firebase/grow/messaging.png" ); export const Predictions = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/firebase/grow/predictions.png" ); export const RemoteConfig = createProvider( "https://github.com/mingrammer/diagrams/raw/master/resources/firebase/grow/remote-config.png" ); export const FCM = Messaging;