react-native-firebase/docs/index.html

57 lines
2.3 KiB
HTML
Raw Normal View History

2017-04-27 11:18:12 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2017-08-11 16:20:10 +00:00
<title>React Native Firebase - A react native firebase library supporting both android and ios native firebase SDK's</title>
2017-04-27 11:18:12 +00:00
<meta name="description" content="A react native firebase library supporting both android and ios native firebase SDK's">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
2017-04-27 11:27:34 +00:00
<link rel="shortcut icon" type="image/png" href="https://camo.githubusercontent.com/6c827e5a0bb91259f82a1f4923ab7efa4891b119/687474703a2f2f692e696d6775722e636f6d2f303158514c30782e706e67"/>
2017-04-27 11:18:12 +00:00
</head>
<body>
<div id="app"></div>
</body>
<script>
window.$docsify = {
2017-08-11 16:20:10 +00:00
name: 'React Native Firebase - Documentation',
2017-04-27 11:18:12 +00:00
repo: 'https://github.com/invertase/react-native-firebase',
loadSidebar: true,
2017-08-11 16:20:10 +00:00
loadNavbar: true,
mergeNavbar: true,
2017-04-27 11:18:12 +00:00
search: 'auto',
themeColor: '#f5820b',
2017-07-05 08:15:05 +00:00
subMaxLevel: 3,
2017-04-27 11:18:12 +00:00
maxLevel: 4,
2017-04-28 15:59:34 +00:00
ga: 'UA-98196653-1',
2017-08-11 16:20:10 +00:00
formatUpdated: '{DD}/{MM}/{YYYY} {HH}:{mm}',
2017-04-27 11:18:12 +00:00
plugins: [
2017-08-11 16:20:10 +00:00
function(hook, vm) {
hook.beforeEach(function (html) {
var url = 'https://github.com/invertase/react-native-firebase/blob/master/docs/' + vm.route.file;
var editHtml = '[:memo: Edit](' + url + ')\n';
return editHtml
+ html
+ '\n----\n'
+ '<b>Last updated</b>: {docsify-updated} '
+ editHtml
2017-04-27 11:18:12 +00:00
})
}
2017-08-11 16:20:10 +00:00
],
2017-04-27 11:18:12 +00:00
}
</script>
2017-05-02 08:56:54 +00:00
<script>
if (typeof navigator.serviceWorker !== 'undefined') {
navigator.serviceWorker.register('sw.js')
}
</script>
2017-04-27 11:18:12 +00:00
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.js"></script>
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<script src="//unpkg.com/docsify/lib/plugins/emoji.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-javascript.min.js"></script>
2017-05-02 08:56:54 +00:00
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-swift.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-objectivec.min.js"></script>
2017-04-27 11:18:12 +00:00
</html>