Skip to content

Commit 26dd16f

Browse files
author
Chris Raynor
committed
adding deploy messaging and making token last 30 days
1 parent 20bc3f2 commit 26dd16f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lib/auth.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ var auth = {
113113
var data = {
114114
email: email,
115115
password: password,
116+
rememberMe: true,
116117
cli: require('./firebase').version
117118
};
118119
api.request(

lib/upload.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ module.exports = {
1919
foundIndex = false,
2020
indexPath = path.resolve(path.join(publicDir, 'index.html'));
2121

22+
console.log('Preparing to deploy Public Directory...');
23+
2224
fstream.Reader({
2325
path: publicDir,
2426
type: 'Directory',

0 commit comments

Comments
 (0)