Skip to content

Commit 9b2d8a5

Browse files
committed
cloud messaging post added
1 parent 7f9795a commit 9b2d8a5

14 files changed

+181
-14
lines changed

_drafts/2019-02-11-tdd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "TDD"
4-
date: 2019-02-11
4+
date: 2019-02-11
55
categories: ["Testowanie"]
66
image: testing/tdd
77
github: testing/tree/master/tdd

_drafts/2019-02-18-analiza_statyczna.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Analiza statyczna"
4-
date: 2019-02-18
4+
date: 2019-02-18
55
categories: ["Testowanie"]
66
image: testing/static_analysis
77
github: testing/tree/master/static_analysis

_drafts/2019-02-25-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Analytics"
4-
date: 2019-02-25
4+
date: 2019-02-25
55
categories: ["Firebase"]
66
image: firebase/analytics
77
github: firebase/tree/master/analytics

_drafts/2019-03-04-crashlytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Crashlytics"
4-
date: 2019-03-04
4+
date: 2019-03-04
55
categories: ["Firebase"]
66
image: firebase/crashlytics
77
github: firebase/tree/master/crashlytics

_drafts/2019-03-11-performance_monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Performance Monitoring"
4-
date: 2019-03-11
4+
date: 2019-03-11
55
categories: ["Firebase"]
66
image: firebase/performance_monitoring
77
github: firebase/tree/master/performance_monitoring

_drafts/2019-03-18-test_lab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Test Lab"
4-
date: 2019-03-18
4+
date: 2019-03-18
55
categories: ["Firebase"]
66
image: firebase/test_lab
77
description: "Firebase"

_drafts/2019-03-25-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Authentication"
4-
date: 2019-03-25
4+
date: 2019-03-25
55
categories: ["Firebase"]
66
image: firebase/authentication
77
github: firebase/tree/master/authentication

_drafts/2019-04-01-cloud_storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Cloud Storage"
4-
date: 2019-04-01
4+
date: 2019-04-01
55
categories: ["Firebase"]
66
image: firebase/cloud_storage
77
github: firebase/tree/master/cloud_storage

_drafts/2019-04-08-cloud_firestore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Cloud Firestore"
4-
date: 2019-04-08
4+
date: 2019-04-08
55
categories: ["Firebase"]
66
image: firebase/cloud_firestore
77
github: firebase/tree/master/cloud_firestore

_drafts/2019-04-15-remote_config.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "Remote Config"
4-
date: 2019-04-08
4+
date: 2019-04-15
55
categories: ["Firebase"]
66
image: firebase/remote_config
77
github: firebase/tree/master/remote_config
@@ -65,7 +65,4 @@ remoteConfig.fetch(36000L) //cache expiration for 10h
6565
val skin = remoteConfig.getString("skin")
6666
//do something with fetched values
6767
}
68-
{% endhighlight %}
69-
70-
## Czas rzeczywisty
71-
//TODO
68+
{% endhighlight %}

0 commit comments

Comments
 (0)