@@ -20,13 +20,16 @@ interface Link {
20
20
21
21
const LINKS : Link [ ] = [
22
22
{ name : "Analytics" , arg : "analytics" , consolePath : "/analytics" } ,
23
+ { name : "App Hosting" , arg : "apphosting" , consolePath : "/apphosting" } ,
23
24
{ name : "Authentication: Providers" , arg : "auth" , consolePath : "/authentication/providers" } ,
24
25
{ name : "Authentication: Users" , arg : "auth:users" , consolePath : "/authentication/users" } ,
25
26
{ name : "Crash Reporting" , arg : "crash" , consolePath : "/crashlytics" } ,
26
27
{ name : "Database: Data" , arg : "database" , consolePath : "/database/data" } ,
27
28
{ name : "Database: Rules" , arg : "database:rules" , consolePath : "/database/rules" } ,
29
+ { name : "Data Connect" , arg : "dataconnect" , consolePath : "/dataconnect" } ,
28
30
{ name : "Docs" , arg : "docs" , url : "https://firebase.google.com/docs" } ,
29
31
{ name : "Dynamic Links" , arg : "links" , consolePath : "/durablelinks" } ,
32
+ { name : "Extensions" , arg : "extensions" , consolePath : "/extensions" } ,
30
33
{ name : "Firestore: Data" , arg : "firestore" , consolePath : "/firestore/data" } ,
31
34
{ name : "Firestore: Rules" , arg : "firestore:rules" , consolePath : "/firestore/rules" } ,
32
35
{ name : "Firestore: Indexes" , arg : "firestore:indexes" , consolePath : "/firestore/indexes" } ,
0 commit comments