Glia-mh / glia-react-native

Hybrid mobile application for Glia
0 stars 0 forks source link

Redundant Use of Pubnub Credentials #16

Open AdityaAgg opened 7 years ago

AdityaAgg commented 7 years ago

Use general config.js for pubnub credentials: subscribeKey: "sub-c-db3b3db0-2d30-11e7-87b6-02ee2ddab7fe", publishKey: "pub-c-db8bb359-b20e-415f-80d9-0958db03625c", ssl: true,

file rather than statically programming pubnub credentials into each class because pubnub credentials are redundantly used. https://github.com/pubnub/react-native-tutorial/blob/master/config.js (Here is how pubnub seems to do it)