Add nodes for Firebase (#167)
* Add nodes for Firebase * Fix sort * Fix position of configuration to keep order consistency * Fix class namespull/173/head
@ -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**
|
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 |