Skip to content

Commit

Permalink
docs(app, secondary-apps): fix links to other modules
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Apr 10, 2021
1 parent f0a2957 commit 391a9dc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/app/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ for manually initializing secondary Firebase app instances.

Currently, the native Firebase SDKs only provide functionality for creating secondary apps on the following services:

- [Authentication](/auth).
- [Realtime Database](/database).
- [Cloud Firestore](/firestore).
- [Cloud Functions](/functions)
- [Cloud Storage](/storage).
- [Instance ID](/iid).
- [ML](/ml).
- [Remote Config](/remote-config).
- [Authentication](/auth/usage).
- [Realtime Database](/database/usage).
- [Cloud Firestore](/firestore/usage).
- [Cloud Functions](/functions/usage)
- [Cloud Storage](/storage/usage).
- [Instance ID](/iid/usage).
- [ML](/ml/usage).
- [Remote Config](/remote-config/usage).

## Initializing secondary apps

Expand Down

1 comment on commit 391a9dc

@vercel
Copy link

@vercel vercel bot commented on 391a9dc Apr 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.