-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
4,999 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,19 @@ | ||
# RCTRealtimeNews | ||
Enterprise mobile app using React Native and the Realtime Platform | ||
## Realtime News app built with React Native and Realtime | ||
Do you want to ensure that your employees, partners and customers can access your enterprise content using their mobile phones? Do you want to notify them with a push notification when you publish new content? If you do, this project is for you and we're happy to give you the complete multi-platform source code using the awesome React Native framework for iOS and Android. | ||
|
||
Feel free to fork this repository and publish your own enterprise mobile content app to the Apple and Google Stores. | ||
|
||
## Step by step tutorial | ||
|
||
[Building an enterprise mobile app using React Native](http://framework.realtime.co/blog/realtime-news-react-native.html) | ||
|
||
## Install | ||
|
||
- `git clone https://github.com/realtime-framework/RCTRealtimeNews.git` | ||
- `cd RCTRealtimeNews && npm install` | ||
|
||
## More about the Realtime Platform | ||
[http://framework.realtime.co](http://framework.realtime.co) | ||
|
||
## Authors | ||
Realtime.co |
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,128 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<module external.linked.project.id=":app" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="RealtimeNewsReactNative" external.system.module.version="unspecified" type="JAVA_MODULE" version="4"> | ||
<component name="FacetManager"> | ||
<facet type="android-gradle" name="Android-Gradle"> | ||
<configuration> | ||
<option name="GRADLE_PROJECT_PATH" value=":app" /> | ||
</configuration> | ||
</facet> | ||
<facet type="android" name="Android"> | ||
<configuration> | ||
<option name="SELECTED_BUILD_VARIANT" value="debug" /> | ||
<option name="SELECTED_TEST_ARTIFACT" value="_android_test_" /> | ||
<option name="ASSEMBLE_TASK_NAME" value="assembleDebug" /> | ||
<option name="COMPILE_JAVA_TASK_NAME" value="compileDebugSources" /> | ||
<option name="ASSEMBLE_TEST_TASK_NAME" value="assembleDebugAndroidTest" /> | ||
<option name="COMPILE_JAVA_TEST_TASK_NAME" value="compileDebugAndroidTestSources" /> | ||
<afterSyncTasks> | ||
<task>generateDebugAndroidTestSources</task> | ||
<task>generateDebugSources</task> | ||
</afterSyncTasks> | ||
<option name="ALLOW_USER_CONFIGURATION" value="false" /> | ||
<option name="MANIFEST_FILE_RELATIVE_PATH" value="/src/main/AndroidManifest.xml" /> | ||
<option name="RES_FOLDER_RELATIVE_PATH" value="/src/main/res" /> | ||
<option name="RES_FOLDERS_RELATIVE_PATH" value="file://$MODULE_DIR$/src/main/res" /> | ||
<option name="ASSETS_FOLDER_RELATIVE_PATH" value="/src/main/assets" /> | ||
</configuration> | ||
</facet> | ||
</component> | ||
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7" inherit-compiler-output="false"> | ||
<output url="file://$MODULE_DIR$/build/intermediates/classes/debug" /> | ||
<output-test url="file://$MODULE_DIR$/build/intermediates/classes/androidTest/debug" /> | ||
<exclude-output /> | ||
<content url="file://$MODULE_DIR$"> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/debug" isTestSource="false" generated="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/debug" isTestSource="false" generated="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/debug" isTestSource="false" generated="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/debug" isTestSource="false" generated="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/debug" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/debug" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/r/androidTest/debug" isTestSource="true" generated="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/aidl/androidTest/debug" isTestSource="true" generated="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/buildConfig/androidTest/debug" isTestSource="true" generated="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/source/rs/androidTest/debug" isTestSource="true" generated="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug" type="java-test-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/build/generated/res/resValues/androidTest/debug" type="java-test-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/debug/res" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/debug/resources" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/debug/assets" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/debug/aidl" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/debug/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/debug/jni" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/debug/rs" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/res" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/assets" type="java-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/aidl" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/jni" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/main/rs" isTestSource="false" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/res" type="java-test-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/resources" type="java-test-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/assets" type="java-test-resource" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/aidl" isTestSource="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/java" isTestSource="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/jni" isTestSource="true" /> | ||
<sourceFolder url="file://$MODULE_DIR$/src/androidTest/rs" isTestSource="true" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/assets" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/bundles" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/classes" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/coverage-instrumented-classes" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dependency-cache" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/dex-cache" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.0.1/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/recyclerview-v7/23.0.1/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/23.0.1/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/drawee/0.6.1/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/fbcore/0.6.1/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/fresco/0.6.1/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline-okhttp/0.6.1/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.facebook.fresco/imagepipeline/0.6.1/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/com.facebook.react/react-native/0.14.0/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/exploded-aar/org.webkit/android-jsc/r174650/jars" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/incremental" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/jacoco" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/javaResources" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/libs" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/lint" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/manifests" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/ndk" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/pre-dexed" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/proguard" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/res" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/rs" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/intermediates/symbols" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/outputs" /> | ||
<excludeFolder url="file://$MODULE_DIR$/build/tmp" /> | ||
</content> | ||
<orderEntry type="jdk" jdkName="Android API 23 Platform" jdkType="Android SDK" /> | ||
<orderEntry type="sourceFolder" forTests="false" /> | ||
<orderEntry type="library" exported="" name="okhttp-ws-2.4.0" level="project" /> | ||
<orderEntry type="library" exported="" name="gson-2.3.1" level="project" /> | ||
<orderEntry type="library" exported="" name="library-2.4.0" level="project" /> | ||
<orderEntry type="library" exported="" name="okhttp-2.4.0" level="project" /> | ||
<orderEntry type="library" exported="" name="jsr305-3.0.0" level="project" /> | ||
<orderEntry type="library" exported="" name="jackson-core-2.2.3" level="project" /> | ||
<orderEntry type="library" exported="" name="fbcore-0.6.1" level="project" /> | ||
<orderEntry type="library" exported="" name="react-native-0.14.0" level="project" /> | ||
<orderEntry type="library" exported="" name="jackson-databind-2.2.3" level="project" /> | ||
<orderEntry type="library" exported="" name="recyclerview-v7-23.0.1" level="project" /> | ||
<orderEntry type="library" exported="" name="json-simple-1.1" level="project" /> | ||
<orderEntry type="library" exported="" name="imagepipeline-okhttp-0.6.1" level="project" /> | ||
<orderEntry type="library" exported="" name="android-jsc-r174650" level="project" /> | ||
<orderEntry type="library" exported="" name="jackson-annotations-2.2.3" level="project" /> | ||
<orderEntry type="library" exported="" name="imagepipeline-0.6.1" level="project" /> | ||
<orderEntry type="library" exported="" name="fresco-0.6.1" level="project" /> | ||
<orderEntry type="library" exported="" name="bolts-android-1.1.4" level="project" /> | ||
<orderEntry type="library" exported="" name="support-v4-23.0.1" level="project" /> | ||
<orderEntry type="library" exported="" name="okio-1.5.0" level="project" /> | ||
<orderEntry type="library" exported="" name="appcompat-v7-23.0.1" level="project" /> | ||
<orderEntry type="library" exported="" name="drawee-0.6.1" level="project" /> | ||
<orderEntry type="library" exported="" name="support-annotations-23.0.1" level="project" /> | ||
<orderEntry type="module" module-name="RNWebView" exported="" /> | ||
<orderEntry type="module" module-name="RNWebIntent" exported="" /> | ||
<orderEntry type="module" module-name="react-native-realtime-messaging-android" exported="" /> | ||
<orderEntry type="module" module-name="react-native-realtime-storage-android" exported="" /> | ||
</component> | ||
</module> |
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,75 @@ | ||
def config = project.hasProperty("react") ? project.react : []; | ||
|
||
def bundleAssetName = config.bundleAssetName ?: "index.android.bundle" | ||
def entryFile = config.entryFile ?: "index.android.js" | ||
|
||
// because elvis operator | ||
def elvisFile(thing) { | ||
return thing ? file(thing) : null; | ||
} | ||
|
||
def reactRoot = elvisFile(config.root) ?: file("../../") | ||
def jsBundleDirDebug = elvisFile(config.jsBundleDirDebug) ?: | ||
file("$buildDir/intermediates/assets/debug") | ||
def jsBundleDirRelease = elvisFile(config.jsBundleDirRelease) ?: | ||
file("$buildDir/intermediates/assets/release") | ||
def resourcesDirDebug = elvisFile(config.resourcesDirDebug) ?: | ||
file("$buildDir/intermediates/res/merged/debug") | ||
def resourcesDirRelease = elvisFile(config.resourcesDirRelease) ?: | ||
file("$buildDir/intermediates/res/merged/release") | ||
def inputExcludes = config.inputExcludes ?: ["android/**", "ios/**"] | ||
|
||
def jsBundleFileDebug = file("$jsBundleDirDebug/$bundleAssetName") | ||
def jsBundleFileRelease = file("$jsBundleDirRelease/$bundleAssetName") | ||
|
||
task bundleDebugJsAndAssets(type: Exec) { | ||
// create dirs if they are not there (e.g. the "clean" task just ran) | ||
doFirst { | ||
jsBundleDirDebug.mkdirs() | ||
resourcesDirDebug.mkdirs() | ||
} | ||
|
||
// set up inputs and outputs so gradle can cache the result | ||
inputs.files fileTree(dir: reactRoot, excludes: inputExcludes) | ||
outputs.dir jsBundleDirDebug | ||
outputs.dir resourcesDirDebug | ||
|
||
// set up the call to the react-native cli | ||
workingDir reactRoot | ||
commandLine "react-native", "bundle", "--platform", "android", "--dev", "true", "--entry-file", | ||
entryFile, "--bundle-output", jsBundleFileDebug, "--assets-dest", resourcesDirDebug | ||
|
||
enabled config.bundleInDebug ?: false | ||
} | ||
|
||
task bundleReleaseJsAndAssets(type: Exec) { | ||
// create dirs if they are not there (e.g. the "clean" task just ran) | ||
doFirst { | ||
jsBundleDirRelease.mkdirs() | ||
resourcesDirRelease.mkdirs() | ||
} | ||
|
||
// set up inputs and outputs so gradle can cache the result | ||
inputs.files fileTree(dir: reactRoot, excludes: inputExcludes) | ||
outputs.dir jsBundleDirRelease | ||
outputs.dir resourcesDirRelease | ||
|
||
// set up the call to the react-native cli | ||
workingDir reactRoot | ||
commandLine "react-native", "bundle", "--platform", "android", "--dev", "false", "--entry-file", | ||
entryFile, "--bundle-output", jsBundleFileRelease, "--assets-dest", resourcesDirRelease | ||
|
||
enabled config.bundleInRelease ?: true | ||
} | ||
|
||
gradle.projectsEvaluated { | ||
// hook bundleDebugJsAndAssets into the android build process | ||
bundleDebugJsAndAssets.dependsOn mergeDebugResources | ||
bundleDebugJsAndAssets.dependsOn mergeDebugAssets | ||
processDebugResources.dependsOn bundleDebugJsAndAssets | ||
|
||
// hook bundleReleaseJsAndAssets into the android build process | ||
bundleReleaseJsAndAssets.dependsOn mergeReleaseResources | ||
bundleReleaseJsAndAssets.dependsOn mergeReleaseAssets | ||
processReleaseResources.dependsOn bundleReleaseJsAndAssets | ||
} |
87 changes: 87 additions & 0 deletions
87
android/app/src/main/java/com/realtimenewsreactnative/MainActivity.java
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,87 @@ | ||
package com.realtimenewsreactnative; | ||
|
||
import android.app.Activity; | ||
import android.os.Bundle; | ||
import android.view.KeyEvent; | ||
|
||
import com.RNWebIntent.RNWebIntentPackage; | ||
import com.burnweb.rnwebview.RNWebViewPackage; | ||
import com.facebook.react.LifecycleState; | ||
import com.facebook.react.ReactInstanceManager; | ||
import com.facebook.react.ReactRootView; | ||
import com.facebook.react.modules.core.DefaultHardwareBackBtnHandler; | ||
import com.facebook.react.shell.MainReactPackage; | ||
import com.facebook.soloader.SoLoader; | ||
|
||
import co.realtime.reactnativemessagingandroid.RealtimePushNotificationActivity; | ||
|
||
|
||
public class MainActivity extends RealtimePushNotificationActivity implements DefaultHardwareBackBtnHandler { | ||
|
||
private ReactInstanceManager mReactInstanceManager; | ||
private ReactRootView mReactRootView; | ||
|
||
@Override | ||
protected void onCreate(Bundle savedInstanceState) { | ||
super.onCreate(savedInstanceState); | ||
mReactRootView = new ReactRootView(this); | ||
|
||
mReactInstanceManager = ReactInstanceManager.builder() | ||
.setApplication(getApplication()) | ||
.setBundleAssetName("index.android.bundle") | ||
.setJSMainModuleName("index.android") | ||
.addPackage(new MainReactPackage()) | ||
.addPackage(new RNWebViewPackage()) | ||
.addPackage(new co.realtime.reactnativestorageandroid.CustomReactPackage()) | ||
.addPackage(new co.realtime.reactnativemessagingandroid.CustomReactPackage()) | ||
.addPackage(new RNWebIntentPackage()) | ||
.setUseDeveloperSupport(BuildConfig.DEBUG) | ||
.setInitialLifecycleState(LifecycleState.RESUMED) | ||
.build(); | ||
|
||
mReactRootView.startReactApplication(mReactInstanceManager, "RealtimeNews", null); | ||
|
||
setContentView(mReactRootView); | ||
} | ||
|
||
@Override | ||
public boolean onKeyUp(int keyCode, KeyEvent event) { | ||
if (keyCode == KeyEvent.KEYCODE_MENU && mReactInstanceManager != null) { | ||
mReactInstanceManager.showDevOptionsDialog(); | ||
return true; | ||
} | ||
return super.onKeyUp(keyCode, event); | ||
} | ||
|
||
@Override | ||
public void onBackPressed() { | ||
if (mReactInstanceManager != null) { | ||
mReactInstanceManager.onBackPressed(); | ||
} else { | ||
super.onBackPressed(); | ||
} | ||
} | ||
|
||
@Override | ||
public void invokeDefaultOnBackPressed() { | ||
super.onBackPressed(); | ||
} | ||
|
||
@Override | ||
protected void onPause() { | ||
super.onPause(); | ||
|
||
if (mReactInstanceManager != null) { | ||
mReactInstanceManager.onPause(); | ||
} | ||
} | ||
|
||
@Override | ||
protected void onResume() { | ||
super.onResume(); | ||
|
||
if (mReactInstanceManager != null) { | ||
mReactInstanceManager.onResume(this); | ||
} | ||
} | ||
} |
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,60 @@ | ||
'use strict'; | ||
|
||
var React = require('react-native'); | ||
|
||
var Config = React.createClass({ | ||
|
||
render: function() {} | ||
}); | ||
|
||
Config.prototype.TOKEN = 'YOUR_TOKEN'; | ||
Config.prototype.APPKEY = 'YOUR_APP_KEY'; | ||
Config.prototype.CONNECTION_METADATA = 'Connection Metadata'; | ||
Config.prototype.PROJECT_ID = "YOUR_GOOGLE_PROJECT_NUMBER"; | ||
|
||
Config.prototype.TABLE_TAGS = "Tags"; | ||
Config.prototype.TABLE_CONTENTS = "Contents"; | ||
|
||
Config.prototype.ITEM_PROPERTY_MONTHYEAR= "MonthYear"; | ||
Config.prototype.ITEM_PROPERTY_TYPE= "Type"; | ||
Config.prototype.ITEM_PROPERTY_URL= "URL"; | ||
Config.prototype.ITEM_PROPERTY_TAG= "Tag"; | ||
Config.prototype.ITEM_PROPERTY_TITLE= "Title"; | ||
Config.prototype.ITEM_PROPERTY_IMG= "IMG"; | ||
Config.prototype.ITEM_PROPERTY_DESCRIPTION= "Description"; | ||
Config.prototype.ITEM_PROPERTY_TIMESTAMP= "Timestamp"; | ||
Config.prototype.ITEM_PROPERTY_BODY= "Body"; | ||
|
||
Config.prototype.BROADCAST_MESSAGE = "message"; | ||
Config.prototype.BROADCAST_EVENT = "realtime-storage-event"; | ||
|
||
Config.prototype.STORAGE_CONNECTED = 0; | ||
Config.prototype.STORAGE_INIT = 1; | ||
Config.prototype.STORAGE_REFRESH = 2; | ||
Config.prototype.STORAGE_RECONNECTING = 3; | ||
Config.prototype.STORAGE_RECONNECTED = 4; | ||
Config.prototype.STORAGE_UPDATE = 5; | ||
Config.prototype.STORAGE_DELETE = 6; | ||
Config.prototype.STORAGE_REFRESH_RECONNECTED = 7; | ||
Config.prototype.STORAGE_FILTER = 8; | ||
Config.prototype.DRAWER_FILTER = 9; | ||
Config.prototype.STORAGE_NOTIFICATIONS = 10; | ||
Config.prototype.LOGOUT = 11; | ||
|
||
Config.prototype.ITEMS_MAX = 5; | ||
|
||
Config.prototype.DATE_FORMAT = "DD/MM/YYYY HH:mm"; | ||
Config.prototype.MONTHYEAR_DATE_FORMAT = "MM/YYYY"; | ||
Config.prototype.DEFAULT_FIRST_CONTENT_DATE = "01/2015"; | ||
|
||
Config.prototype.CODEHOSTING_STORAGE_URL = "https://codehosting.realtime.co/%s/authenticate?user=%s&password=%s&role=%s"; | ||
Config.prototype.CODEHOSTING_NOTIFICATIONS_URL = "https://codehosting.realtime.co/%s/saveAuthentication?token=%s"; | ||
Config.prototype.CODEHOSTING_FIRST_CONTENT_DATE = "https://codehosting.realtime.co/%s/firstMonthYear"; | ||
Config.prototype.CLUSTER_URL = "http://ortc-developers.realtime.co/server/2.1/"; | ||
|
||
Config.prototype.ROLE = "iOSApp"; | ||
|
||
Config.prototype.NOTIFICATIONS_CHANNEL = "notifications"; | ||
|
||
|
||
module.exports = Config; |
Oops, something went wrong.