-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add nodes for Firebase * Fix sort * Fix position of configuration to keep order consistency * Fix class names
- Loading branch information
Showing
33 changed files
with
344 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
Oops, something went wrong.