OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
firebase
/
vendor
/
kreait
/
firebase-php
/
docs
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
π
..
-
08/12/2024 10:34:12 AM
rwxr-xr-x
π
Makefile
7.68 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
_static
-
08/12/2024 10:34:12 AM
rwxr-xr-x
π
_templates
-
08/12/2024 10:34:12 AM
rwxr-xr-x
π
authentication.rst
13.82 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
cloud-firestore.rst
2.37 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
cloud-messaging.rst
26.18 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
cloud-storage.rst
2.5 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
conf.py
1.17 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
dynamic-links.rst
11.35 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
framework-integrations.rst
505 bytes
08/12/2024 10:33:24 AM
rw-r--r--
π
index.rst
2.31 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
overview.rst
4.51 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
realtime-database.rst
20.11 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
remote-config.rst
7.96 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
requirements.txt
40 bytes
08/12/2024 10:33:24 AM
rw-r--r--
π
setup.rst
8.29 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
troubleshooting.rst
10.57 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
tutorials.rst
1.71 KB
08/12/2024 10:33:24 AM
rw-r--r--
π
user-management.rst
18.32 KB
08/12/2024 10:33:24 AM
rw-r--r--
Editing: conf.py
Close
# -*- coding: utf-8 -*- ### General settings extensions = [] templates_path = ['_templates'] source_suffix = '.rst' master_doc = 'index' project = u'Firebase Admin SDK for PHP' author = u'JΓ©rΓ΄me Gamez' copyright = u'JΓ©rΓ΄me Gamez' version = u'5.x' html_title = u'Firebase Admin SDK for PHP Documentation' html_short_title = u'Firebase Admin SDK for PHP' exclude_patterns = ['_build'] html_static_path = ['_static'] suppress_warnings = ['image.nonlocal_uri'] ### Theme settings import sphinx_rtd_theme html_theme = 'sphinx_rtd_theme' html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] html_theme_options = { 'canonical_url': 'https://firebase-php.readthedocs.io', 'analytics_id': 'G-KPCRZZ3XW4' } ### Syntax Highlighting from sphinx.highlighting import lexers from pygments.lexers.web import PhpLexer lexers['php'] = PhpLexer(startinline=True, linenos=1) lexers['php-annotations'] = PhpLexer(startinline=True, linenos=1) ### Integrations html_context = { "display_github": True, "github_user": "kreait", "github_repo": "firebase-php", "github_version": "master", "conf_py_path": "/docs/", "source_suffix": ".rst", }