@ -0,0 +1,115 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Azure
|
||||
|
||||
|
||||
class _General(_Azure):
|
||||
_type = "general"
|
||||
_icon_dir = "resources/azure/general"
|
||||
|
||||
|
||||
class Allresources(_General):
|
||||
_icon = "allresources.png"
|
||||
|
||||
|
||||
class Azurehome(_General):
|
||||
_icon = "azurehome.png"
|
||||
|
||||
|
||||
class Developertools(_General):
|
||||
_icon = "developertools.png"
|
||||
|
||||
|
||||
class Helpsupport(_General):
|
||||
_icon = "helpsupport.png"
|
||||
|
||||
|
||||
class Information(_General):
|
||||
_icon = "information.png"
|
||||
|
||||
|
||||
class Managementgroups(_General):
|
||||
_icon = "managementgroups.png"
|
||||
|
||||
|
||||
class Marketplace(_General):
|
||||
_icon = "marketplace.png"
|
||||
|
||||
|
||||
class Quickstartcenter(_General):
|
||||
_icon = "quickstartcenter.png"
|
||||
|
||||
|
||||
class Recent(_General):
|
||||
_icon = "recent.png"
|
||||
|
||||
|
||||
class Reservations(_General):
|
||||
_icon = "reservations.png"
|
||||
|
||||
|
||||
class Resource(_General):
|
||||
_icon = "resource.png"
|
||||
|
||||
|
||||
class Resourcegroups(_General):
|
||||
_icon = "resourcegroups.png"
|
||||
|
||||
|
||||
class Servicehealth(_General):
|
||||
_icon = "servicehealth.png"
|
||||
|
||||
|
||||
class Shareddashboard(_General):
|
||||
_icon = "shareddashboard.png"
|
||||
|
||||
|
||||
class Subscriptions(_General):
|
||||
_icon = "subscriptions.png"
|
||||
|
||||
|
||||
class Support(_General):
|
||||
_icon = "support.png"
|
||||
|
||||
|
||||
class Supportrequests(_General):
|
||||
_icon = "supportrequests.png"
|
||||
|
||||
|
||||
class Tag(_General):
|
||||
_icon = "tag.png"
|
||||
|
||||
|
||||
class Tags(_General):
|
||||
_icon = "tags.png"
|
||||
|
||||
|
||||
class Templates(_General):
|
||||
_icon = "templates.png"
|
||||
|
||||
|
||||
class Twousericon(_General):
|
||||
_icon = "twousericon.png"
|
||||
|
||||
|
||||
class Userhealthicon(_General):
|
||||
_icon = "userhealthicon.png"
|
||||
|
||||
|
||||
class Usericon(_General):
|
||||
_icon = "usericon.png"
|
||||
|
||||
|
||||
class Userprivacy(_General):
|
||||
_icon = "userprivacy.png"
|
||||
|
||||
|
||||
class Userresource(_General):
|
||||
_icon = "userresource.png"
|
||||
|
||||
|
||||
class Whatsnew(_General):
|
||||
_icon = "whatsnew.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Firebase
|
||||
|
||||
|
||||
class _Base(_Firebase):
|
||||
_type = "base"
|
||||
_icon_dir = "resources/firebase/base"
|
||||
|
||||
|
||||
class Firebase(_Base):
|
||||
_icon = "firebase.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,39 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Firebase
|
||||
|
||||
|
||||
class _Develop(_Firebase):
|
||||
_type = "develop"
|
||||
_icon_dir = "resources/firebase/develop"
|
||||
|
||||
|
||||
class Authentication(_Develop):
|
||||
_icon = "authentication.png"
|
||||
|
||||
|
||||
class Firestore(_Develop):
|
||||
_icon = "firestore.png"
|
||||
|
||||
|
||||
class Functions(_Develop):
|
||||
_icon = "functions.png"
|
||||
|
||||
|
||||
class Hosting(_Develop):
|
||||
_icon = "hosting.png"
|
||||
|
||||
|
||||
class MLKit(_Develop):
|
||||
_icon = "ml-kit.png"
|
||||
|
||||
|
||||
class RealtimeDatabase(_Develop):
|
||||
_icon = "realtime-database.png"
|
||||
|
||||
|
||||
class Storage(_Develop):
|
||||
_icon = "storage.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,15 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Firebase
|
||||
|
||||
|
||||
class _Extentions(_Firebase):
|
||||
_type = "extentions"
|
||||
_icon_dir = "resources/firebase/extentions"
|
||||
|
||||
|
||||
class Extensions(_Extentions):
|
||||
_icon = "extensions.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,45 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Firebase
|
||||
|
||||
|
||||
class _Grow(_Firebase):
|
||||
_type = "grow"
|
||||
_icon_dir = "resources/firebase/grow"
|
||||
|
||||
|
||||
class ABTesting(_Grow):
|
||||
_icon = "ab-testing.png"
|
||||
|
||||
|
||||
class AppIndexing(_Grow):
|
||||
_icon = "app-indexing.png"
|
||||
|
||||
|
||||
class DynamicLinks(_Grow):
|
||||
_icon = "dynamic-links.png"
|
||||
|
||||
|
||||
class InAppMessaging(_Grow):
|
||||
_icon = "in-app-messaging.png"
|
||||
|
||||
|
||||
class Invites(_Grow):
|
||||
_icon = "invites.png"
|
||||
|
||||
|
||||
class Messaging(_Grow):
|
||||
_icon = "messaging.png"
|
||||
|
||||
|
||||
class Predictions(_Grow):
|
||||
_icon = "predictions.png"
|
||||
|
||||
|
||||
class RemoteConfig(_Grow):
|
||||
_icon = "remote-config.png"
|
||||
|
||||
|
||||
# Aliases
|
||||
|
||||
FCM = Messaging
|
@ -0,0 +1,31 @@
|
||||
# This module is automatically generated by autogen.sh. DO NOT EDIT.
|
||||
|
||||
from . import _Firebase
|
||||
|
||||
|
||||
class _Quality(_Firebase):
|
||||
_type = "quality"
|
||||
_icon_dir = "resources/firebase/quality"
|
||||
|
||||
|
||||
class AppDistribution(_Quality):
|
||||
_icon = "app-distribution.png"
|
||||
|
||||
|
||||
class CrashReporting(_Quality):
|
||||
_icon = "crash-reporting.png"
|
||||
|
||||
|
||||
class Crashlytics(_Quality):
|
||||
_icon = "crashlytics.png"
|
||||
|
||||
|
||||
class PerformanceMonitoring(_Quality):
|
||||
_icon = "performance-monitoring.png"
|
||||
|
||||
|
||||
class TestLab(_Quality):
|
||||
_icon = "test-lab.png"
|
||||
|
||||
|
||||
# Aliases
|
@ -0,0 +1,43 @@
|
||||
---
|
||||
id: firebase
|
||||
title: Firebase
|
||||
---
|
||||
|
||||
Node classes list of firebase provider.
|
||||
|
||||
## firebase.base
|
||||
|
||||
- **diagrams.firebase.base.Firebase**
|
||||
|
||||
## firebase.develop
|
||||
|
||||
- **diagrams.firebase.develop.Authentication**
|
||||
- **diagrams.firebase.develop.Firestore**
|
||||
- **diagrams.firebase.develop.Functions**
|
||||
- **diagrams.firebase.develop.Hosting**
|
||||
- **diagrams.firebase.develop.MLKit**
|
||||
- **diagrams.firebase.develop.RealtimeDatabase**
|
||||
- **diagrams.firebase.develop.Storage**
|
||||
|
||||
## firebase.extentions
|
||||
|
||||
- **diagrams.firebase.extentions.Extensions**
|
||||
|
||||
## firebase.grow
|
||||
|
||||
- **diagrams.firebase.grow.ABTesting**
|
||||
- **diagrams.firebase.grow.AppIndexing**
|
||||
- **diagrams.firebase.grow.DynamicLinks**
|
||||
- **diagrams.firebase.grow.InAppMessaging**
|
||||
- **diagrams.firebase.grow.Invites**
|
||||
- **diagrams.firebase.grow.Messaging**, **FCM** (alias)
|
||||
- **diagrams.firebase.grow.Predictions**
|
||||
- **diagrams.firebase.grow.RemoteConfig**
|
||||
|
||||
## firebase.quality
|
||||
|
||||
- **diagrams.firebase.quality.AppDistribution**
|
||||
- **diagrams.firebase.quality.CrashReporting**
|
||||
- **diagrams.firebase.quality.Crashlytics**
|
||||
- **diagrams.firebase.quality.PerformanceMonitoring**
|
||||
- **diagrams.firebase.quality.TestLab**
|
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 4.4 KiB |
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 8.6 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 6.8 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 6.2 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 7.8 KiB |