pin-board is Pinterest client for Android.
You have to do some things to build project.
- Prepare Pinterest apps
- Create pinterest apps from https://developers.pinterest.com/apps/
secrets.properties
file- Create
secrets.properties
file and place it under project directory - Set value
PINTEREST_API_CLIENT_ID=your_pinterest_api_client_id
- Create
- Firebase
- Create Firebase project
- Create two apps onto the project
These package names arecom.r21nomi.pinboard
andcom.r21nomi.pinboard.debug
- Download
google-services.json
and place it under app directory - Fix database rules
WARNING: This settings has no security.
This should be used for development.
{ "rules": { ".read": true, ".write": true } }
You have to setup hardware to build things
module.
Copyright 2017 Ryota Takemoto (r21nomi)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.