Commit Graph

82 Commits

Author SHA1 Message Date
Chris Bianca c8dcba3344 [docs] Update iOS install documentation 2017-06-20 10:17:56 +01:00
Chris Bianca 389c8c8040 [docs] Alphabetise features, add supported versions 2017-06-16 17:51:46 +01:00
Chris Bianca 53c02a7b73 [docs] Tidy up 2017-06-16 15:04:11 +01:00
Michael Diarmid 3ea1628b23 typo 2017-06-16 14:34:05 +01:00
Michael Diarmid 97b0a6f082 Update README.md 2017-06-16 14:24:05 +01:00
Michael Diarmid 246ffa1301 Update README.md 2017-06-16 12:24:36 +01:00
Michael Diarmid 18f5c9be49 Added supported features table 2017-06-14 23:49:44 +01:00
Chris Bianca 92af962b9c [docs] Tweak docs 2017-06-13 17:27:35 +01:00
Chris Bianca a41cd89e58 [docs] Add further information and troubleshooting to the iOS installation guide 2017-06-13 17:22:41 +01:00
Chris Bianca 280145da9f [docs][ios] Remove react native link support due to issues and update documentation 2017-06-13 16:18:12 +01:00
Elliot Hesp b16b1dbd6a Add "Usage with Expo" documentation 2017-05-28 12:05:02 +01:00
Michael Diarmid e1a61bbe9f Typo in config docs 2017-05-24 16:58:53 +01:00
Elliot Hesp fe8c486dcb [config] Added setDefaultsFromResource method 2017-05-23 14:53:19 +01:00
Elliot Hesp d8a0ebb084 [config] Remove redundant function in docs 2017-05-23 14:31:16 +01:00
Elliot Hesp b30ff24426 Add Remote Config docs to sidebar 2017-05-23 14:22:29 +01:00
Elliot Hesp fb90f444d9 Fix merge conflict 2017-05-23 14:10:07 +01:00
Elliot Hesp 25e8bb6d5a [config] Standardize ios & android 2017-05-23 14:08:59 +01:00
Elliot Hesp 5e1d4d7f66 Add errors to docs 2017-05-23 13:18:16 +01:00
Elliot Hesp b9b8e9062e Add remote config documentation 2017-05-23 11:49:40 +01:00
chrisbianca cd93bbb310 [docs] Add information about Google Play Services 2017-05-23 10:30:06 +01:00
Yekeen Ajeigbe 6d3fa418dc Minor typo causing error in run-android 2017-05-16 06:03:07 +01:00
Christoph Jerolimov 96d4fab8c1 Update the getBadgeNumber documentation and add android hint 2017-05-14 22:50:07 +02:00
Fabian Köster fa1b4095f5 launchMode needs to be set on <activity>
launchMode is not a valid property on the <application> element, see
https://developer.android.com/guide/topics/manifest/application-element.html

It must be set on the activity instead, see
https://developer.android.com/guide/topics/manifest/activity-element.html
2017-05-12 21:34:43 +02:00
chrisbianca 55153b3c4c [ios] Fix typo in docs 2017-05-11 09:54:23 +01:00
Michael Diarmid ce8a49f026 Update README.md 2017-05-10 14:27:13 +01:00
Michael Diarmid 670dfa2807 Update transactions.md 2017-05-03 16:02:21 +01:00
Michael Diarmid eb4410c90a Update firebase-setup.md 2017-05-03 15:34:50 +01:00
chrisbianca 70dfbc9222 Update iOS install docs to make options clearer 2017-05-03 08:40:15 +01:00
Michael Diarmid 9adeffef18 Update installation-ios.md 2017-05-02 10:56:33 +01:00
Elliot Hesp d11f19feea Add more docs syntax highlighting 2017-05-02 09:56:54 +01:00
Elliot Hesp e9cf8a763c Create sw.js 2017-05-02 09:54:10 +01:00
chrisbianca 87f4cd6809 Update installation-ios.md with FCM setup 2017-05-02 09:36:17 +01:00
Elliot Hesp e21d14eb2b Merge pull request #74 from carllippert/patch-4
Update database.md
2017-04-30 09:01:27 +01:00
Carl Lippert ce7d9e6403 Update database.md
Typo
2017-04-30 00:07:30 -05:00
Carl Lippert 755bdda4a7 Update database.md
Looks like some copied docs from firestack snuck through?
2017-04-30 00:05:12 -05:00
Elliot Hesp 019269a66c Update index.html 2017-04-28 16:59:34 +01:00
Elliot Hesp 4fa51d2627 Update README.md 2017-04-27 12:39:37 +01:00
Elliot Hesp 40dd20d26f Link image/title to docks 2017-04-27 12:36:42 +01:00
Elliot Hesp ea4b4150b8 Add Favicon 2017-04-27 12:27:34 +01:00
Elliot Hesp af7502e199 Cleanup main README 2017-04-27 12:25:29 +01:00
Elliot Hesp 361535e96e Move docs to docsify 2017-04-27 12:18:12 +01:00
Sam Matthews a01752992f Update faqs.md 2017-04-17 14:38:29 +02:00
Sam Matthews 6a38ebcde8 Update faqs.md 2017-04-17 14:28:30 +02:00
Sam Matthews 48853e93eb Update faqs.md
Added some expanded descriptions of common problems encountered, as well as how to use the googleApiAvailability method to run availability checks.
2017-04-17 14:14:00 +02:00
Henry Mao e24fd7b64e Corrected FB Login Example 2017-04-12 19:26:53 -07:00
Michael Diarmid 11052bbb6f Update installation.android.md 2017-04-11 12:50:39 +01:00
Elliot Hesp c07e64adfc Create faqs.md 2017-04-11 11:24:39 +01:00
Salakar 9031db6b64 [js][storage] uploadTask.on now correctly handles next or observer args as per firebase web sdk 2017-04-07 16:15:08 +01:00
Salakar cfd5e2e033 misc docs 2017-04-07 16:09:12 +01:00
Michael Diarmid c71a727f16 Update firebase-setup.md 2017-04-06 14:41:10 +01:00