@@ -316,6 +316,71 @@ function getPluginsSidebar() {
316316 } ,
317317 ] ,
318318 } ,
319+ {
320+ text : 'NativeScript Firebase Plugins' ,
321+ children : [
322+ {
323+ text : 'Analytics' ,
324+ link : '/plugins/firebase/analytics' ,
325+ } ,
326+ {
327+ text : 'App Check' ,
328+ link : '/plugins/firebase/app-check' ,
329+ } ,
330+ {
331+ text : 'Auth' ,
332+ link : '/plugins/firebase/auth' ,
333+ } ,
334+ {
335+ text : 'Core' ,
336+ link : '/plugins/firebase/core' ,
337+ } ,
338+ {
339+ text : 'Crashlytics' ,
340+ link : '/plugins/firebase/crashlytics' ,
341+ } ,
342+ {
343+ text : 'Database' ,
344+ link : '/plugins/firebase/database' ,
345+ } ,
346+ {
347+ text : 'Dynamic Links' ,
348+ link : '/plugins/firebase/dynamic-links' ,
349+ } ,
350+ {
351+ text : 'Firestore' ,
352+ link : '/plugins/firebase/firestore' ,
353+ } ,
354+ {
355+ text : 'Functions' ,
356+ link : '/plugins/firebase/functions' ,
357+ } ,
358+ {
359+ text : 'In-App Messaging' ,
360+ link : '/plugins/firebase/in-app-messaging' ,
361+ } ,
362+ {
363+ text : 'Installations' ,
364+ link : '/plugins/firebase/installations' ,
365+ } ,
366+ {
367+ text : 'Messaging' ,
368+ link : '/plugins/firebase/messaging' ,
369+ } ,
370+ {
371+ text : 'Performance' ,
372+ link : '/plugins/firebase/performance' ,
373+ } ,
374+ {
375+ text : 'Remote Config' ,
376+ link : '/plugins/firebase/remote-config' ,
377+ } ,
378+ {
379+ text : 'Storage' ,
380+ link : '/plugins/firebase/storage' ,
381+ } ,
382+ ] ,
383+ } ,
319384 {
320385 text : 'NativeScript UI Plugins' ,
321386 children : [
0 commit comments